/*--------- slider ---------*/



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

.posrel {
	width:940px;
	margin:0 auto;
	position:relative;
}


.banner-bg2 {
	background:url(../images/banner-bg2.gif) repeat 0 0 ;
	height:45px;
	width:100%;
}

.banner-bg1 {
	background:url(../images/banner-bg.gif) no-repeat center 0 ;
}

.items {
	display:none;
}

.pagination {
    bottom: -30px;
    display: inline-block;
    height: 15px;
    left: 440px;
    position: absolute;
    z-index: 60;
}
		.pagination a {
			display:block;
			width:15px;
			height:15px;
			float:left;
			margin:0 7px 0 0;
			background:url(../images/pagin-a.png) left 0px no-repeat;
			font-size:0;
			line-height:0;
			text-decoration:none;
		}
			.pagination .activeSlide,
			 .pagination a:hover {
				background-position:0 -65px !important;
			}

.prev {
	display:block;
	width:25px;
	height:22px;
	position:absolute;
	z-index:15;
	bottom:2px;
	right:9px;
}
	
.next {
	display:block;
	width:25px;
	height:22px;
	position:absolute;
	z-index:15;
	bottom:2px;
	right:9px;
}

	.prev:hover,
	.next:hover {
		background-position:0 -70px;
	}
	
.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 {
    color: #fff;
    left: 324px;
    overflow: hidden;
    position: absolute;
	height:220px;
	overflow:hidden;
    text-transform: uppercase;
    top: 78px;
    width: 650px;
    z-index: 15;
}



.banner p {
	padding-left:4px;
}

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