/* Easy Slider */
	.easy-slider ul, .easy-slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	.easy-slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		overflow:hidden;
        list-style-type:none;
		}
	.easy-slider a.prev{
		display:block;
		width:21px; height:60px;
		position:absolute;
		left:0px;
		background:url(./prev.gif) no-repeat left top;
	}
	.easy-slider a.next{
		display:block;
		width:21px; height:60px;
		position:absolute;
		right:0px;
		background:url(./next.gif) no-repeat left top;
	}	
	/* // Easy Slider */
