
	#content-slider{
		position:relative;
		width: 365px;
		}			

/* Easy Slider */

	#slider{
	position: relative;
	height: 365px;
	width: 300px;
}	
	#slider ul, #slider li{
	padding:0;
	list-style:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
		}
	#slider li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
	width:365px;
	height:300px;
	overflow:hidden;
		}