        .lavaLampWithImage {
            position: relative;
            height: 29px;
            overflow: hidden;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
					height: 60px;
                }
                    .lavaLampWithImage li.back {
                        background: url("../img/lava.gif") no-repeat right -30px;
                        width: 9px; height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("../img/lava.gif") no-repeat top left;
                            height: 30px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
						position: relative;
                        font: 12px arial;
                        text-decoration: none;
                        outline: none;
                        top: 7px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 60px;
                        overflow: hidden;
                        margin: auto 10px; 
						color: #4a4a4a;   
                    }
					.lavaLampWithImage li a:hover {
                        color: #878787;   
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }

#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	}	
#nextBtn{ 
	left:626px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	background:url(../img/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(../img/btn_next.gif) no-repeat 0 0;	
	}	