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

.slider {
	width:938px;
	margin:0 auto;
	position:relative;
	z-index:2
}

.slider-line {
	width:100%;
	height:6px;
	background:url(../images/slider-line.gif) repeat-x 0 0;
}

.slider-bg {
	border:1px solid #e1e1e1;
	border-top:none;
	width:938px;
	margin:0 auto 30px;
}
.items {
	display:none;
}

.prev-next-bg {
    background: url("../images/next-bg.png") no-repeat scroll 0 0 transparent;
    bottom: 8px;
    height: 78px;
    position: absolute;
    right: 8px;
    width: 78px;
    z-index: 999999;
}

.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.png") no-repeat scroll 4px 7px transparent;
    display: block;
    height: 25px;
    left: 12px;
    position: absolute;
    top: 25px;
    width: 15px;
    z-index: 15;
}

.next {
    background: url("../images/next.png") no-repeat scroll 4px 7px transparent;
    display: block;
    height: 25px;
    left: 52px;
    position: absolute;
    top: 25px;
    width: 15px;
    z-index: 15;
}
	.next:hover, 
	.prev:hover	{
		background-position:4px -59px;
	}
	
.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:234px;
	overflow:hidden;
	position:absolute;
	top:35px;
	padding-bottom:20px;
	right:22px !important;
	left:auto !important;
	color:#b0b0b0;
	z-index:15;
	background:url(../images/banner-bg.png) repeat 0 0;
}
	.banner-inner {
		width:100%;
		height:4px;
		margin-bottom: 47px;
		background:#202020;
	}
	
	.banner span {
		display:block;
		font-family: 'Ubuntu', sans-serif;
		color:#fff;
		text-transform:uppercase;
		font-size:24px;
		line-height:25px;
		margin-bottom:18px;
	}
	.banner-inner1 {
		padding-left:21px;
		padding-right:20px;
		overflow:hidden;
	}
	.link1 {
		display:inline-block;
		text-transform:uppercase;
		color:#fff;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		line-height:14px;
		padding-right:10px;
		background:url(../images/marker2.png) no-repeat right 5px;
	}
	
	.link1:hover {color:#ff5925; text-decoration:none;}
	
	.banner p {
		padding-bottom:21px;
	}

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