/* 
	Resets defualt browser settings
	reset.css
*/

#example {
	width:1440px;
	height:500px;
	position:relative;
}

#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
}


#slides {
	position:absolute;
	top:5px;
	left:5px;
	z-index:10;
}

.slides_container {
	width:1420px;
	height:480px;
	overflow:hidden;
	position:relative;
}

.pagination {
	margin:10px auto 0;
	width:160px;
}

.pagination li {
	list-style: none;
	float:left;
	margin:0 1px;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(/wgyxy/css/../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

.caption {
	position:absolute;
	bottom:-35px;
	height:40px;
	padding:5px 10px 0 10px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:1380px;
	font-size: 24px;
	font-family: "Î¢ÈíÑÅºÚ";
	line-height: 32px;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}

#example #footer {
	text-align:center;
	width:1420px;
	margin-top:9px;
	padding:4.5px 0 18px;
	border-top:1px solid #dfdfdf;
}

#example #footer p {
	margin:4.5px 0;
	font-size:12px;
}

#example a:link,a:visited {
	color:#599100;
	text-decoration:none;
}

#example a:hover,a:active {
	color:#599100;
	text-decoration:underline;
}