/*--------- slider ---------*/
#slide { height:610px; width:940px; position:relative; overflow:hidden; z-index:2;margin-bottom:32px;}

.slider {
	width:940px;
	margin:0 auto;
	position:relative;
	z-index:2
}

.slider-bot {
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	background:#242424;
	padding:13px;
}
.items {
	display:none;
}

.active img {
	opacity:0.5;	
}

.img-pags img:hover {
	opacity:0.5;
}

.pag {
	width:848px;
	position:absolute;
	bottom:0;
	left:45px;
	z-index:999;
	margin:0 auto;
	height: 175px;
}

.img-pags {
    display: block;
    left: 0px;
    position: static;
    top: 0px;
    z-index: 1;
}
.img-pags ul {
	margin:0;
	position:relative;
}

.img-pags ul li{
	margin: 0;
	position: relative;
	width: 100px;
	overflow: hidden;
}

.img-pags li a {
	position:relative;
	display:block;
	background:#fff;
	margin-right:1px;	
}

.img-pags li a {
	background:grey;
}


.prev {
	display:block;
	width:24px;
	height:48px;
	background:url(../images/prev.png) 0 0 no-repeat;
	position:absolute;
	z-index:15;
	top:523px;
	left:6px;
}
.next {
	display:block;
	width:24px;
	height:48px;
	background:url(../images/next.png) 0 0 no-repeat;
	position:absolute;
	z-index:15;
	top:523px;
	right:10px;
}
	.next:hover,
	.prev:hover {
		background-position:0 -130px;
	}
	
.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 -------*/