/*--------- slider ---------*/

.slider {
    height: 147px;
    margin: 0 auto 0 -693px;
    position: absolutes;
	left:50%;
    width: 1386px;
    z-index: 2;
	background:url(../images/banner-bg.png) repeat-y center 0;
}

#slide {
	position:relative;
	width:100%;
	overflow:hidden;
	height:147px;
}

.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;
    display: block;
    height: 33px;
    left: 223px;
    position: absolute;
    top: 57px;
    width: 23px;
    z-index: 9999;
}
	
.next {
	display:block;
	width:23px;
	height:33px;
	position:absolute;
	z-index:9999;
	top:57px;
	background:url(../images/next.png) no-repeat 0 0;
	right:223px;
}

	.prev:hover,
	.next:hover {
		background-position:0 -82px;
	}
	
.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:998px;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
	text-transform:uppercase;		
	z-index:15;
}


.banner-inner {
    padding-bottom: 18px;
    padding-left: 420px;
    padding-top: 29px;
}

.text11 {
    color: #768395;
    display: inline-block;
    font-family: 'Oswald',sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 50px;
    padding-right: 8px;
}
	
.text22 {
    color: #5C9ADC;
    display: inline-block;
    font-family: 'Sansita One',cursive;
    font-size: 55px;
	letter-spacing:-1px;
    line-height: 42px;
}
	

.p6 {
    margin-left: 63px;
    padding-right: 16px;
}

.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 -------*/