#slide { height:882px; width:1680px; position:relative; overflow:hidden; z-index:2; left:50%;
	margin-left:-840px;}
/*--------- slider ---------*/
.slider {
	position:relative;
	z-index:999;
	width:1680px;
	height:788px;
}
.items {
	display:none;
}

.pagination {
	width: 1376px;
}

.pagination li {
	overflow:hidden;
	display:block;
}

/*.pagination {
		position:absolute;
		top:551px;
		left:369px;
		display:inline-block;
		height:20px;
		width:140px;
		border:1px solid #000;
		background:url(../images/pagination-bg.gif) left top repeat-x;
		border-radius:15px;
		-moz-border-radius:15px;
		-webkit-border-radius:15px;
		padding:5px 0 0 20px;		
		z-index:60;
	}
	.pagination li {
		float:left;
		padding:0 3px 0 0;
		font-size:0;
		line-height:0;
		margin:0;
		color:#252525;
		background:none !important;
	}
		.pagination a {
			display:block;
			width:15px;
			height:15px;
			background:url(../images/pagination-a-bg.gif) left 0px no-repeat;
			font-size:0;
			line-height:0;
			text-decoration:none;
		}
			.pagination li.current a {
				background:url(../images/pagination-a-active.gif) left 0px no-repeat;
			}*/

.prev {
    background: url(../images/prev.gif) no-repeat scroll left top transparent;
    display: block;
    height: 98px;
    left: -39px;
    position: absolute;
    top: 0;
    width: 43px;
    z-index: 15;
}
	.prev:hover,
	.next:hover {
		background-position:0 -220px;
	}
.next {
	display:block;
	width:43px;
	height:98px;
	background:url(../images/next.gif) left top no-repeat;
	position:absolute;
	z-index:15;
	right: -42px;
    top: 0px;
}

.img-pags li img {
    height: 98px;
    width: 172px;
}

.img-pags li.current a, .img-pags li a:hover {
    opacity: 1;
}

.img-pags li a {
    display: block;
    opacity: 0.5;
    position: relative;
	float:left;
}

.pag   { 
	background: #191919; 
	margin: -48px auto 0; 
	padding-left: 4; 
	position: relative; 
	z-index: 999; 
	width: 1033px;
}

.shadow {
    background: url(../images/shadow.png) no-repeat scroll 0 0 transparent;
    bottom: -46px;
    height: 147px;
    left: -34px;
    position: absolute;
    width: 1080px;
    z-index: 1;
}
.img-pags {
	z-index:999;
}
.play {
	display:block;
	width:9px;
	height:15px;
	background:url(../images/prev.png) left top repeat-x;
	position:absolute;
	z-index:15;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	top:252px;
	left:823px;

}
	.play span {
		display:none;
	}
	.play em {
		font-style:normal;
		display:block;
	}
.paused span {
	display:block;
}
.paused em {
	display:none;
}
.banner {
    color: #FFFFFF;
    left: 670px !important;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 176px;
    width:500px;
    z-index: 15;
}

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