#container{
	position:relative;
	text-align:center;
	width: 850px;
	height: 150px;
}	

/* Easy Slider */
#slider{
	text-align: center;
}
#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: 850px;
	height: 150px;
	overflow: hidden;
	}	
#prevBtn, #nextBtn{ 
	position:absolute;
	top:145px;
	left: 0px;
	}	
#nextBtn{ 
	left: 795px;
	}														
#prevBtn a, #nextBtn a{
	text-decoration: none;
	color:#333;
	font-weight:bold;
	}	
#nextBtn a{
	text-decoration: none;
	color:#333;
	font-weight:bold;
}
/* // Easy Slider */