section.module-slider_basic{
	position:relative;
	width:640px;
	height:300px;
}


section.module-slider_basic .slider{
	width:600px;
	height:270px;
	position:relative;
	margin:20px;
}

section.module-slider_basic .items,
section.module-slider_basic .scroller{
	width:600px;
	height:250px;
	position:absolute;
	top:0px;
}

section.module-slider_basic .scroller{
	background:url('../../../img/slider_basic/separator.png') center 0 no-repeat ;

}

section.module-slider_basic .item.position-1{
	left:0;
}
section.module-slider_basic .item.position-2{
	right:0;
}

section.module-slider_basic .item{
	width:280px;
	height:250px;
	position:absolute;
	top:0;
	opacity:0;
	display:none;
}

section.module-slider_basic .item a{
	text-decoration:none;
}
section.module-slider_basic .item span{
	display:block;
	margin-top:10px;
	color:#439e19;
	font-size:20px;
	line-height:20px;
}
section.module-slider_basic .item .headband{
	position:absolute;
	top:-3px;
	right:-3px;
}



section.module-slider_basic .selector{
	width:100%;
	height:20px;
	position:absolute;
	text-align:center;
	bottom:0;
	color:#a4a4a4;
}
section.module-slider_basic .selector button{
	width:28px;
	height: 20px;
	border:none;
	background: none;
	cursor:pointer;
}
section.module-slider_basic .selector .position{
	width:40px;
	height: 20px;
	display:inline-block;
	text-align:center;
	vertical-align:middle;
	line-height:30px;
}

section.module-slider_basic .selector .position span{

	display:inline-block;
	line-height:13px;
	vertical-align:middle;
}










