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


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

.items {
	display:none;
}

.pagination {
    background: url("../images/pagin.gif") repeat-x scroll 0 0 transparent;
    border-radius: 8px 8px 0 0;
    bottom: 0;
    display: inline-block;
    height: 51px;
    left: 421px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 9px;
    position: absolute;
    z-index: 60;
}
	.pagination li {
		float:left;
		padding:19px 7px 0 0;
		font-size:0;
		line-height:0;
		margin:0;
	}
		.pagination a {
			display:block;
			width:18px;
			height:18px;
			background:url(../images/pagin-a.png) left 0px no-repeat;
			font-size:0;
			line-height:0;
			text-decoration:none;
		}
			.pagination li.current a,
			 .pagination a:hover {
				background-position:0 -76px;
			}

.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 {
    bottom: 0px;
    color: #FFFFFF;
    left: 0;
    overflow: hidden;
    padding: 33px 0 31px 19px;
    position: absolute;
    top: auto !important;
    width: 327px;
    z-index: 15;
}

.banner-bg {
	background: url("../images/banner-bg.png") repeat scroll 0 0 transparent;
	bottom: 0px;
	left: 0;
	height:153px;
	position: absolute;
	width: 327px;
	z-index: 999;
}
	.banner span {
		display:block;
		font-family:"Times New Roman", Times, serif;
		font-style:italic;
		color:#fecb86;
		font-size:24px;
		margin-bottom:19px;
		line-height:30px;
		text-transform:uppercase;
		letter-spacing:-1px;
		
	}

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