#slider{
	overflow: visible !important; 
	width: 140px !important; 
	height: 60px;
	margin: 0 0 0 12px;
	}	
#slider ul{
	height: 60px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 90px;
	}

	
#slider li{
	margin:0;
	padding:0;

	}
#slider li{ 
	height:60px;
	overflow: hidden; 
	text-align: center;
	}
	#slider li img{
		padding: 13px 20px 0 0;
		}
	
#prevBtn, #nextBtn{ 
	display: none !important;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:120px;
	}	
#nextBtn{ 
	right:0px;
	}
#prevBtn a, #nextBtn a{  
	display: none;
	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;	
	}	