	pre{
		display:block;
		width:180px;
		}	

	#container{	
		position:relative;
		width:180px;
		}					
	#content{
		position:relative;
		}			

/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		height:360px;
		width: 170px;
		overflow:hidden; 
		margin:  13px 0 0 20px;
		}	
	#controls{
		position:relative;
		
		} 
	#nextBtn{ 
		display:block;
		margin:0 5px 0 0;
		overflow:hidden;
		text-indent:-8000px;		
		width:155px;
		height:20px;
		position:relative;
		float: right;
		}
		
	#prevBtn{ 
		display:block;
		margin:-360px 5px 0 0;
		overflow:hidden;
		text-indent:-8000px;		
		width:155px;
		height:20px;
		position:relative;
		float: right;	
		}	
		
														
	#prevBtn a{  
		display:block;
		width:155px;
		height:20px;
		background:url(../subfolder/btn_up_down2.png) no-repeat 0 0px;	
		}	
	#prevBtn a:hover{  
		display:block;
		width:155px;
		height:20px;
		background:url(../subfolder/btn_up_down2.png) no-repeat 0 -25px;	
		}
	#nextBtn a{ 
		display:block;
		background: url(../subfolder/btn_up_down2.png) no-repeat 0 -50px;	
		width:155px;
		height:20px;
		}	
	#nextBtn a:hover{  
		display:block;
		width:155px;
		height:20px;
		background: url(../subfolder/btn_up_down2.png) no-repeat 0 -75px;	
		}		