@charset "utf-8";
body{
	font-family:Arial, Helvetica, sans-serif;
}
.easyslider{
	position:relative;
	padding:10px 50px;
	border:0px solid;
	width:560px;
	overflow:hidden;
	
}
.easyslider_container{
	overflow:hidden;
	position:relative;
	height:150px;
	border:1px solid #DDD;
	width:100%;
	margin:0;
	padding:0;
	
	
}
.easyslider_content{
	overflow:hidden;
	margin:0;
	padding:0;
}
.easyslider_item{
	overflow:hidden;
	width:130px;
	height:auto;
	float:left;
	border:0px solid;
	margin:5px;
}
.easyslider_next{
	position:absolute;
	right:0px;
	top:50%;
	margin-top:-18px;
	height:37px;
	width:37px;
	background-color:#000000;
	background-image:url(images/next.gif);
	cursor:pointer;
}
.easyslider_previous{
	position:absolute;
	left:1px;
	top:50%;
	margin-top:-18px;
	height:37px;
	width:37px;
	background-color:#000000;
	background-image:url(images/previous.gif);
	cursor:pointer;
}
