/* Easy Slider */
	#slider{ width: 179px; height: 120px; z-index: 3; min-height: 120px;}		
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		text-decoration:none;
		border: 0px;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width: 179px;
		height: 120px;
		overflow:hidden; 
		}	
	a:hover a:visited{ border: 0;px text-decoration:none;}
	#slider img { border:0px;}
	#prevBtn, #nextBtn{ 
		display:block;
		width:50px;
		height:50px;
		position:absolute;
		left:20px;
		top:200px;
		}	
	#nextBtn{ 
		left:890px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:50px;
		height:50px;
		background:url(../images/btn_prev.png) no-repeat 0 0;	
		text-decoration:none;
		}	
	#nextBtn a{ 
		background:url(../images/btn_next.png) no-repeat 0 0;	
		}	
