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

#slide {
    height: 619px;
    overflow: hidden;
    position: relative;
	top:-110px;
    width: 100%;
	background:url(../images/slider-bg.gif) no-repeat center 0 #272322;
    z-index: 2;
	border-bottom:1px solid #332e2b;
}

.slider {
    height:619px;
    left: 50%;
    margin: 0 auto 0 -700px;
    position: absolute;
    width: 1400px;
    z-index: 2;
}

.items {
	display:none;
}

.pagination {
		position:absolute;
		bottom:5px;
		left:369px;
		display:inline-block;
		height:9px;	
		z-index:60;
	}
	.pagination li {
		float:left;
		padding:0 3px 0 0;
		font-size:0;
		line-height:0;
		margin:0;
	}
		.pagination a {
			display:block;
			width:9px;
			height:9px;
			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 -40px;
			}



.prev {
    background: url("../images/prev.png") no-repeat scroll 0 0 transparent;
    bottom: 0;
    display: block;
    height: 63px;
    left: 0;
    position: absolute !important;
    width: 31px;
    z-index: 15;
	border-radius:60px 0 0 60px;
}
	


.next {
    background: url("../images/next.png") no-repeat scroll 0 0 transparent;
    bottom: 0;
    display: block;
    height: 63px;
    position: absolute !important;
    right: 0;
    width: 31px;
    z-index: 15;
	border-radius:0 60px 60px 0;
}

	.prev:hover,
	.next:hover {
		background-position:0 -90px;
	}
	
.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: #FFFFFF;
    left: 306px;
    overflow: hidden;
    position: absolute;
    top: 219px;
    width: 660px;
	text-align:right;
    z-index: 15;
}

	.banner span {
		display:block;
		color:#fff;
		text-transform:uppercase;
		font-family: 'Raleway', sans-serif;
		font-size:153px;
		line-height:184px;
		letter-spacing:-13px;
		font-weight:100;
	}
	
	.banner strong {
    color: #484443;
    display: block;
    font-family: 'Raleway',sans-serif;
    font-size: 23px;
    font-weight: 100;
    letter-spacing: -1px;
    line-height: 28px;
    margin-top: -30px;
    text-transform: uppercase;
}


.prev-next-box {
    height: 63px;
    position: absolute;
    right: 231px;
    top: 280px;
    width: 62px;
}


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