/*--------- slider ---------*/

.slider-bg {
	width:100%;
	overflow:hidden;
	position:relative;
	height:563px;
	background:#275b9e;
}

.slider {
	width:1400px;
	top:0;
	height:563px;
	left:50%;
	margin-left:-700px;
	position:absolute;
	z-index:2
}
.items {
	display:none;
}

.banner1 {
	display:inline-block;
	background:url(../images/banner1.png) no-repeat 0 0;
	width:100px;
	margin-bottom:11px;
	height:100px;
}

.p6 {
	background:url(../images/banner2.png) no-repeat 0 0;
}

.banner-inner1 span {
    color: #FFFFFF;
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-size: 30px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 36px;
    margin-bottom: 1px;
    padding-left: 10px;
}

.banner-inner1 a {
    background: url("../images/marker2.png") no-repeat scroll right 9px transparent;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-style: italic;
    line-height: 20px;
    margin-left: 10px;
    padding-right: 16px;
}

.pagination {
    display: inline-block;
    height: 20px;
    position: absolute;
    right: 229px;
    top: 515px;
    z-index: 60;
}

	.pagination li {
		float:left;
		padding:0;
		font-size:0;
		line-height:0;
		margin:0;
	}
		.pagination a {
			display:block;
			width:17px;
			height:19px;
			background:url(../images/pagin-a.png) no-repeat 0 0;
			font-size:0;
			line-height:0;
			text-decoration:none;
		}
			.pagination a:hover,
			.pagination li.current a {
				background-position:0 -55px;
			}

.prev {
	display:block;
	width:25px;
	height:22px;
	background:url(../images/pagination-bg.gif) left top repeat-x;
	position:absolute;
	z-index:15;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	top:552px;
	left:359px;
	padding:2px 0 0 0;
	font-weight:bold;
	text-align:center;
	color:#fff;
	text-decoration:none;
}
	.prev:hover {
		color:#999
	}
.next {
	display:block;
	width:25px;
	height:22px;
	background:url(../images/pagination-bg.gif) left top repeat-x;
	position:absolute;
	z-index:15;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	top:552px;
	left:553px;
	padding:2px 0 0 0;
	font-weight:bold;
	text-align:center;
	color:#fff;
	text-decoration:none;
}
	.next:hover {
		color:#999
	}
	
.play {
	display:block;
	width:45px;
	height:22px;
	background:url(../images/pagination-bg.gif) left top repeat-x;
	position:absolute;
	z-index:15;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	top:552px;
	left:823px;
	padding:2px 0 0 0;
	text-align:center;
	color:#fff;
	text-decoration:none;
}
	.play span {
		display:none;
	}
	.play em {
		font-style:normal;
		display:block;
	}
.paused span {
	display:block;
}
.paused em {
	display:none;
}


.banner {
    left: 475px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 199px;
    width: 451px;
    z-index: 15;
}


.progbar {
	background:#000;
	width:100%;
	height:2px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:999;
}
.numStatus {
	display:block;
	width:45px;
	height:22px;
	background:url(../images/pagination-bg.gif) left top repeat-x;
	position:absolute;
	z-index:15;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	top:551px;
	left:583px;
	padding:2px 0 0 0;
	text-align:center;
	color:#fff;
	text-decoration:none;
}
/*-------- end slider -----------*/

.col-1 {
	float:left;
	width:400px;
	padding-right:50px
}
* + html .min {
	min-height:45px;
}
.col-2 {
	float:left;
	width:400px;
}
/*-------- end preset -------*/