/* Easy 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:350px;
		height:410px;
		overflow:hidden; 
		}
		
		
	#nextBtn {
	position:absolute; 
	left:220px;
	}
	
	#prevBtn {
	position:absolute; 
	left:170px;
	}
		
	span#prevBtn {
	width:37px; 
	height: 36px;
	text-align: center
	}
	
	span#nextBtn{
	width:37px; 
	height: 36px;
	text-align: center
	}
						

/* // Easy Slider */
