
	#container{	
		margin:0;
		position:relative;
		text-align:middle;
		width:551px;		
		}	

/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:551px;
		height:700px;
		/*overflow:hidden; */
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-44px;
		top:114px;
		}	
	#nextBtn{
		top:114px;
		left:571px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background:url(../img/arrow-left.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../img/arrow-right.gif) no-repeat 0 0;	
		}												

/* // Easy Slider */