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


.slider {
	width:919px;
	height:483px;
	margin:0 auto;
	position:relative;
	z-index:2
}
.items {
	display:none;
}

.slider-bg {
	width:939px;
	margin:0 auto;
	background:url(../images/slider-bg.png) no-repeat 0 0;
	overflow:hidden;
	padding-top:10px;
	position:relative;
}

.shadow {
	background:url(../images/shadow.png) no-repeat 0 0;
	position:absolute;
	bottom:2px;
	left:-20px;
	width:998px;
	height:195px;
	z-index:-1;
}

.pagination {
    display: inline-block;
    height: 20px;
    left: 420px;
    position: absolute;
    top: 461px;
    z-index: 60;
}
	.pagination li {
		float:left;
		padding:0 4px 0 0;
		font-size:0;
		line-height:0;
		margin:0;
		background:none !important;
	}
		.pagination a {
			display:block;
			width:17px;
			height:17px;
			background:url(../images/pagination-a-bg.png) left 0px no-repeat;
			font-size:0;
			line-height:0;
			text-decoration:none;
		}
			.pagination a:hover,
			.pagination li.current a {
				background-position:0 -51px;
			}

.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 {
    background: url("../images/banner-bg.png") no-repeat scroll 0 0 transparent;
    height: 141px;
    left: 33px;
    overflow: hidden;
    position: absolute;
	text-align:center;
    top: 302px;
    width: 856px;
    z-index: 99;
}



.marker2 {
    background: url("../images/divider3.gif") no-repeat scroll 0 bottom transparent;
    color: #FFFFFF;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    margin-right: 4px;	
	margin-bottom: 7px;
    padding-bottom: 8px;
    padding-right: 7px;
    padding-top: 70px;
    text-transform: uppercase;
    width: 300px;
}

.text1 {
    color: #B7B7B7;
    display: inline-block;
    margin-right: 22px;
    width: 447px;
	line-height:18px;
}

.text1 a {
	color:#00c1ff;
	font-weight:bold;
}

.text1 a:hover {
	color:#fff;
	text-decoration:none;
}

.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 -------*/
