/*--------- slider ---------*/
#slide { height:620px; width:100%; position:relative; overflow:hidden; z-index:2; }



.slider {
	width:1200px;
	margin:0 auto;
	height:620px;
	position:absolute;
	margin-left:-600px;
	left:50%;
	z-index:2
}
.items {
	display:none;
}


.img-pags li a {
    background:#fff;
    display: block;
    margin: 0;
    padding:5px;
    position: relative;
	margin:0 10px 0 0;
}



.pag {
    bottom: -14px;
    height: 118px;
    left: 245px;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.img-pags li img {
    height: 74px;
    width: 100px;
}

.pagination {
		margin:0;
	}
	.pagination li {
		float:left;
		padding:0;
		font-size:0;
		line-height:0;
		
		display:block;
	}

			.pagination li.current a,
			.pagination a:hover {
				background:#262626;
			}


.prev {
    background: url("../images/prev.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 48px;
    left: 125px;
    position: absolute;
    top: 286px;
    width: 28px;
    z-index: 15;
}
	
.next {
	display:block;
	width:28px;
	background:url(../images/next.png) no-repeat 0 0;
	height:48px;
	position:absolute;
	z-index:15;
	top:286px;
	right:125px;
}

	.prev:hover,
	.next:hover {
		background-position:0 -138px;
	}
	
.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{
	width:260px;
	overflow:hidden;
	position:absolute;
	top:200px;
	color:#fff;
	right:0px;
	z-index:15;
	background:url(../images/png.png) left top repeat;
	padding:0px;
	border-radius:10px 0 0 10px;
	-moz-border-radius:10px 0 0 10px;
	-webkit-border-radius:10px 0 0 10px;
}
	.banner span {
		display:block;
		padding:20px;
	}

.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 -------*/