#prevBtn,/* // headings */

    /* image replacement */ #nextBtn   {
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
			
	/* slider */

		#slider ul, #slider li{
	list-style-type: none;
			}	
		#slider, #slider li{
	height:353px;
	width:770px;
	overflow:hidden;
			}	
		#slider{
	margin: 0px;
	padding: 0px;
	position: relative;
			}	
#slider  img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#slider p {
	display: block;
	position: absolute;
	left: 9px;
	bottom: 0px;
	color: #FFFFFF;
}


		#prevBtn, #nextBtn{ 
			display:block;
			width:30px;
			height:77px;
			position:absolute;
			left:-25px;
			top:71px;
			}	
		#nextBtn{ 
			left:701px;
			}														
		#prevBtn a, #nextBtn a{  
			display:block;
			width:30px;
			height:77px;
			background:url(../images/btn_prev.gif) no-repeat 0 0;	
			}	
		#nextBtn a{ 
			background:url(../images/btn_next.gif) no-repeat 0 0;	
			}								
