.separator {
	clear:both;
	font-size:4px;
	height:5px;
	overflow:hidden;
}
.slider_box {
	clear:both;
	margin-top:4px;
}
.slides_container {
	width:700px;
	display:none;
	-height:211px;
}
.slides_container div {
	width:700px;
	height:211px;
	display:block;
}
#slider {
	height: 211px;
    float: left;
}
.pagination {
        display: none;
	width:700px;
	height:8px;
	list-style:none;
	background:#CCC;
	padding:9px 0;
	margin-top:1px;
	text-align:center;
	-webkit-border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
}
.pagination .current a {
	display: block;
	width: 11px;
	height: 16px;
	-moz-height: 17px;
	margin: 3px;
	margin-top: 2px;
	background:url(../img/slider/source/pagination_icon_active.png) no-repeat 0 0;
	overflow: hidden;
}
.pagination li {
	display: inline-block;
}
.pagination li a {
	display: block;
	width:11px;
	height: 16px;
	-moz-height: 17px;
	margin: 3px;
	margin-top: 2px;
	background:url(../img/slider/source/pagination_icon.png) no-repeat 0 0;
	overflow: hidden;
	text-indent: -9999px;
}
.next {
	background: url(../img/slider/source/right.png) no-repeat  12px 30px #DDD;
	width:30px;
	height:70px;
	position:relative;
	top:-140px;
	float:right;
	opacity:0.55;
	z-index: 999;
	text-indent: 9999px;
}
.prev {
	background: url(../img/slider/source/left.png) no-repeat  10px 30px #DDD;
	width:30px;
	height:70px;
	position:relative;
	top:-140px;
	float:left;
	opacity:0.55;
	z-index: 999;
	text-indent: 9999px;
}

#slider .next:hover, #slider .prev:hover {
	opacity:1.0;
}