/* Easy Slider */
	#slider{
		

	}
	#sliderCont{
		background:#6d1b17;
		position:relative;
		float:left; clear:both; 
		width:564px;		
		padding:0px 0 6px 0;
		margin:20px 0;
	}
	#slider li{
		height:67px;
		float:left; display:inline;
		overflow:hidden;
		width:564px;
	}
		#slider  a{ height:67px; float:left; display:inline; margin-left:4px; margin-top:6px; width:89px;}
		#slider li a img{ width:87px; border:1px solid #501e17;}
	
	#prevBtn, #nextBtn{
		color:#fff;
		display:block;
		width:12px;
		height:14px; 
		position:absolute;
		left:-20px;
		top:30px;
		z-index:10;
		/**/

		}	
	#nextBtn{ left:568px; }														
	#prevBtn a, #nextBtn a{  
		display:block;
		position:relative;
		width:12px;
		height:14px;
		text-indent:-9999px;
		background:url(images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{  background:url(images/btn_next.gif) no-repeat 0 0;	}


