/*--------- slider ---------*/
.slider-bg {
    height: 330px;
    margin-bottom: 15px;
    overflow: hidden;
    padding-bottom: 41px;
    position: relative;
    width: 100%;
}

.slider {
	width:1500px;
	margin:0 auto 0 -470px;
	position:relative;
	left:50%;
	z-index:9999;
	height:540px;
}
.items {
	display:none;
}

.pagination {
    background: url("../images/pagin-bg.gif") repeat-x scroll left top #D6D6D6;
    display: inline-block;
    height: 31px;
    left: 400px;
    padding: 10px 25px 5px 30px;
    position: absolute !important;
    top: 300px;
	border-radius:6px 6px 0 0 ;
    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:23px;
			height:23px;
			background:url(../images/marker2.png) no-repeat 0 0;
			font-size:0;
			line-height:0;
			text-decoration:none;
		}
		.pagination a:hover,
		.pagination li.current a {
			background-position:0 -58px;
		}

.prev {
	display:block;
	width:25px;
	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:359px;
	padding:2px 0 0 0;
	font-weight:bold;
	text-align:center;
	color:#fff;
	text-decoration:none;
}
	.prev:hover {
		color:#999
	}
.next {
	display:block;
	width:25px;
	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:553px;
	padding:2px 0 0 0;
	font-weight:bold;
	text-align:center;
	color:#fff;
	text-decoration:none;
}
	.next:hover {
		color:#999
	}
	
.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:215px;
	height:211px;
	overflow:hidden;
	position:absolute;
	background:url(../images/banner-bg.png) no-repeat 0 0;
	top:70px;
	text-align:center;
	color:#161616;
	text-transform:uppercase;
	font-family: 'Ubuntu', sans-serif;
	right:338px !important;
	left:350px !important;
	z-index:15;
}
	.banner span {
    display: block;
    font-size: 51px;
    letter-spacing: -4px;
    line-height: 62px;
    padding-top: 54px;
}

.shadow {
    background: url("../images/shadow.png") no-repeat scroll 0 0 transparent;
    height: 46px;
    left: -2px;
    position: absolute;
    top: 315px;
    width: 940px;
    z-index: 99;
}

.banner a {
    background: url("../images/marker3.png") no-repeat scroll right 5px transparent;
    color: #292929;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    line-height: 14px;
    padding-right: 10px;
    position: absolute;
    right: 25px;
    top: 18px;
}

.banner a:hover {
	color:#9fdf00;
	text-decoration:none;
}
.p6 {
	font-size:36px !important;
}

.p7 {
	font-size:21px !important;
}
	
	.banner strong {
    display: block;
    font-size: 27px;
    font-weight: normal;
    letter-spacing: -2px;
    line-height: 25px;
    margin-top: -9px;
}
.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 -------*/