/*--------- slider ---------*/
.slider {
	margin:35px auto 0;
	position:relative;
	z-index:2;
	width: 961px;
	overflow:visible !important;
	height: 496px;
}
.items {
	display:none;
}

.pagination {
    display: inline-block;
    height: 20px;
    left: 492px;
    position: absolute;
    top: 470px;
    z-index: 60;
}
	.pagination li {
		float:left;
		padding:0 19px 0 0;
		font-size:0;
		line-height:0;
		margin:0;
		background:none;
	}
		.pagination a {
			display:block;
			width:11px;
			height:11px;
			background:url(../images/pagination-a-bg.png) left -52px no-repeat;
			font-size:0;
			line-height:0;
			text-decoration:none;
		}
			.pagination li.current a,
			 .pagination a:hover {
				background-position:0 0px;
			}

.prev {
	display:block;
	width:8px;
	height:7px;
	background:url(../images/prev.png) left top no-repeat;
	position:absolute;
	z-index:15;
	right: 91px;
    top: -18px;
}
.next {
	display:block;
	width:8px;
	height:7px;
	background:url(../images/next.png) left top no-repeat;
	position:absolute;
	z-index:15;
	right: 1px;
    top: -18px;
	
}
	.next:hover,
	.prev:hover {
		background-position:0 -32px;
	}
	
.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;
	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 {
    color: #FFFFFF;
    left: 47px !important;
	right:auto !important;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 187px;
    width: 351px;
    z-index: 15;
}
	.banner span {
		font-size:65px;
		line-height:78px;
		display:block;
	}
	
	.banner strong {
    display: block;
    font-size: 24px;
    line-height: 29px;
    margin-left: 67px;
    margin-top: -7px;
}

.progbar {
	background:#000;
	width:100%;
	height:2px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:999;
}
.numStatus {
    color: #96C60A;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 22px;
    position: absolute;
	letter-spacing: 4px;
    right: 18px;
    top: -25px;
    width: 45px;
    z-index: 15;
}
/*-------- end slider -----------*/

.col-1 {
	float:left;
	width:400px;
	padding-right:50px
}
* + html .min {
	min-height:45px;
}
.col-2 {
	float:left;
	width:400px;
}
/*-------- end preset -------*/