.slider_box{width:620px;height: 370px; position:relative;}
.slider {width: 620px;height: 370px; overflow:hidden;}
.items {display:none}
.prev{ background:url(../imgs/design/slider_prev.png) 0 0 no-repeat; left:20px;}
.next{ background:url(../imgs/design/slider_next.png) 0 0 no-repeat; right:20px;}
.prev,.next{width: 80px; height: 80px; display:block; position:absolute; z-index:99; top:145px;}
.prev:hover{background:url(../imgs/design/slider_prev.png) 0 -80px no-repeat;}
.next:hover{background:url(../imgs/design/slider_next.png) 0 -80px no-repeat;}


.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;
	opacity: 0.6;
	top:290px;
	color:#000;
	font-size: 24px;
	right:0px;
	z-index:15;
	background:url(../images/png.png) left top repeat;
	background-color: #fff;
	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;
}

