/*--------- slider ---------*/
.sliderFRONT {
	width:916px;
	margin:0 auto;
	position:relative;
	z-index:2
}
.items {
	display:none;
}

.slider-bg {
	background:#fff;
	padding:12px;
	width:916px;
	margin:0 auto;
	position:relative;
	height:491px;
}

.shadow {
    background: url("../images/shadow.png") no-repeat scroll 0 0 transparent;
    bottom: -27px;
    height: 48px;
    left: 10px;
    position: absolute;
    width: 940px;
    z-index: -1;
}

.shadow-bot {
	xposition:relative;
}

.banner p {
	padding-bottom:23px;
}

.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 {
	display:block;
	width:35px;
	height:35px;
	background:url(../images/prev.png) left top repeat-x;
	position:absolute;
	z-index:15;
	bottom:7px;
	right:45px;
}
.next {
	display:block;
	width:35px;
	height:35px;
	background:url(../images/next.png) left top repeat-x;
	position:absolute;
	z-index:15;
	bottom:7px;
	right:9px;
}
	.next:hover,
	 .prev:hover {
		background-position:0 -77px;
	}
	
.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:340px;
	overflow:hidden;
	position:absolute;
	top:86px;
	color:#bfbebe;
	right:0px;
	height:320px;
	z-index:15;
	text-align:center;
	background:url(../images/banner-bg.png) left top no-repeat;
}

.banner span {
	display:block;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	margin-bottom: 22px;
	line-height:22px;
	text-transform:uppercase;
}

.inner-banner {
	overflow:hidden;
	width:200px;
	margin:0 auto;
	line-height:24px;
	padding-right:20px;
	padding-top:64px;
}

.button-banner {
	padding:18px 10px 20px 11px;
	display:inline-block;
	background:#060606;
	font-family: 'Oswald', sans-serif;
	color:#fff;
	font-size:16px;
	line-height:20px;
	border-radius:60px;
	text-transform:uppercase;
}

.button-banner:hover {
	background:#cc0000;
	text-decoration:none;
}

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