* {
	padding:0;
	margin:0;
}

.slider {
	width:1125px;
	height:433px;
	position:relative;
	z-index:1;
	float:left;
	left:50%;
	margin-left:-563px;
}
.items {
	display:none;
}

.pags {
	position:absolute;
	top:362px;
	left:96px;
	z-index:999;
	width:348px;


}
.pags li { float:left; margin-left:4px; height:9px;}
.pags li a { background:url(../images/pag.png) 0 0 repeat; width:9px; display:inline-block; height:9px; }
.pags li.current a , .pagination li:hover a { background-position:0 -9px;}

.banner{
	width:440px;
	overflow:hidden;
	position:absolute;
	left:80px;
	top:127px;
	color:#565656;
	z-index:15;
	font-family: "Times New Roman", Times, serif;
	line-height:66px;
	font-size:55px;
	text-align:left;

	white-space:nowrap;
	text-shadow:1px 1px 1px #cacac6;
	padding:0px;
	background:url(../images/ban_line.png) right 0 no-repeat;

}

.banner span {
	font-family: "Times New Roman", Times, serif;
	line-height:48px;
	font-size:40px;
	color:#67c3cb;
	text-transform:uppercase;
	display:block;
	margin-left:34px;
	text-shadow:1px 1px 1px #f5f5f1;	
}

.banner strong {
	line-height:58px;
	font-size:48px;
	font-weight:400;
	margin-top:8px;
	display:block;
}

.banner em {
	font-family: "Times New Roman", Times, serif;
	line-height:42px;
	font-size:35px;
	color:#67c3cb;
	text-transform:uppercase;
	display:block;
	margin-left:34px;
	text-shadow:1px 1px 1px #f5f5f1;	
	font-style:normal;
}