.slidebox {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	height: 250px;
}
/* Easy Slider */

#slider li{
	width:960px;
	height:250px;
	overflow:hidden;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}	
#slider ul, #slider li{
	padding:0;
	list-style:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	#slider{}	
	#prevBtn, #nextBtn{
	display:block;
	width:20px;
	height:100px;
	left:-20px;
	top:-140px;
	position: relative;
		}	
	#nextBtn{
	left: 960px;
	position: relative;
	top: -240px;
		}														
	#prevBtn a, #nextBtn a{
	display:block;
	width:20px;
	height:30px;
	background:url(images/btn_prev.gif) no-repeat 0 0;
		}	
	#nextBtn a{
	background-image: url(images/btn_next.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
		}												

/* // Easy Slider */

