@charset "utf-8";
/* CSS Document */

/*Added to hide stacking of images on IE 7/8*/
#slider{
  height:181px;
  overflow:hidden;
}

#slider{
	margin-left:0px;
	}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:1025px;
	height:181px;
	overflow:hidden;
	/*background:#FF0000; */
	}
  #slider li img{
    border:0px;
    }	
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	}	
#nextBtn{ 
	left:696px;
	}														
#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;	
	}	