@charset "utf-8";

	.slides_container {
	display:none;
	overflow: hidden;
		}

		/*
			Each slide
			Important:
			Set the width of your slides
			If height not specified height will be set by the slide content
			Set to display block
		*/
		.slides_container div {
	display: block;
	height: 425px;
	width: 640px;
		}
		
		/*
			Optional:
			Reset list default style
		*/
.pagination {
	margin-top: 15px;
	margin-bottom: 0;
	float: right;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(ansx/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}
#manset .next,#manset .prev {
	display: none;
 
}

#manset .next {
 
}
.caption{
	margin-top: -25px;
	font-size: 15px;
	background-color: #FFF;
	padding: 10px;
	z-index: 99;
} 
