@charset "utf-8";
#container {
	width:280px;
	margin:0 auto;
	position:relative;
	z-index:0;
	border:none;
}
#frame {
	position:absolute;
	z-index:0;
	width:280px;
	height:220px;
	top:-3px;
	left:-80px;
}
#example {
	width:280px;
	height:220px;
	position:relative;
	margin:0 auto;
}
/*
	Slideshow style
*/

#slides {
	position:absolute;
	top:5px;
	left:4px;
	z-index:100;
	height:200px;
	width:100%;
}
/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

.slides_container {
	width:280px;
	height:200px;
	overflow:hidden;
	position:relative;
	display:none;
}
/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/

#slides .slide {
	width:280px;
	height:160px;
	display:block;
	margin:10px 0 0 0;
}
/*
	Next/prev buttons
*/
#slides .next, #slides .prev {
	position:absolute;
	top:55px;
	left:-40px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}
#slides .next {
	left:290px;
}
#slides .more {
	position:absolute;
	top:-30px;
	right:-42px;
	width:45px;
	height:30px;
	display:block;
	z-index:101;
}


/*
	Pagination
*/

.pagination {
	margin:24px 15px 0 0;
	width:auto;
	position:absolute;
	left:-40px;
	top:-54px;
}
.hangxun .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(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}
.pagination li.current a {
	background-position:0 -12px;
}
/*
	Footer
*/

#footer {
	text-align:center;
	width:360px;
	margin-top:9px;
	padding:4.5px 0 18px;
	border-top:1px solid #dfdfdf;
}
#footer p {
	margin:4.5px 0;
	font-size:1.0em;
}
/*
	Type and anchors
*/

#slides .link {
	display:block;
	margin-top:10px;
	font-weight:800;
}
#slides .slide { text-align:center; width:280px;}
#slides .slide img {
	width:240px;
	height:120px;
	margin:0;
}
#slides .slide h5{ font-size:12px; line-height:40px; color:#333; height:30px; text-align:center;}
#slides .slide a{line-height:30px; }