.easyslider   ul, .easyslider li{
	margin:0;
	padding:0;
	list-style:none;
	}
.easyslider	{
	width:592px;/*696px;*/
	height:225px;
	color:#fff;
	}
.easyslider  div.view-item{padding: 10px;}
.easyslider li{ 
	/* 
		define width and height of container element and list item (slide)
		list items must be the same size as the slider area
	*/ 
	width:592px;/*696px;*/
	height:225px;
	overflow:hidden; 
	}
	
.easyslider .view-content .item-list li h2{ 
	margin:0 20px;
	padding-top:20px;
	}	
.view-easyslider .view-content .item-list li p{ 
	margin:20px;
	}
/* .easyslider {margin-left:15px;height:260px;}	*/

.block-easyslider {position:relative;}
	
#prevBtn, #nextBtn{ 
	display:block;
	width:23px;
	height:21px;
	position:absolute;/*absolute;*/
	left:0px;/*407px;392px;*/
	top:97px;
	text-indent:-9999px;
	}	
#nextBtn{ 
	left:569px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:23px;
	height:21px;
	background:url(/sites/all/modules/drupal/easySlider/images/btn_prev.gif) no-repeat 0 0;
    outline:none;	
	}	
#nextBtn a{ 
	background:url(/sites/all/modules/drupal/easySlider/images/btn_next.gif) no-repeat 0 0;	
	}
.easyslider li{
background:#35343D none repeat scroll 0 0;
margin-top:2px;
padding-top:4px;
width:592px;
}