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


.slider {
    height: 495px;
    margin: 0 auto;
    position: relative;
    width: 940px;
	overflow:hidden;
    z-index: 2;
}

.items {
	display:none;
}

.banner1-box {
	width:236px;
	position:absolute;
	top:-187px;
	z-index:99;
	left:468px;
}

.banner1-box2 {
	color:#fff;
	background:url(../images/banner1-bg.gif) repeat 0 0;
	padding:31px 10px 30px;
}

.banner1 {
	margin-bottom:1px;
}

.link-banner {
	color:#fff;
	text-decoration:underline;
}

.link-banner:hover {
	color:#000;
	text-decoration:none;
}

.banner1-content {
	background:url(../images/banner1-bg.gif) repeat 0 0;
	padding:52px 0 41px;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	font-size:26px;
	font-family: 'Cinzel', cursive;
	line-height:36px;
	text-shadow:1px 1px 0 #e79b17;
}
.banner1-content span {
	font-family: 'Cinzel Decorative', cursive;
}

.banner2-box {
	width:236px;
	position:absolute;
	top:0px;
	z-index:99;
	left:704px;
}

.banner2-box2 {
	color:#fff;
	background:url(../images/banner2-bg.gif) repeat 0 0;
	padding:31px 10px 30px;
}


.banner2-content {
	background:url(../images/banner2-bg.gif) repeat 0 0;
	padding:52px 0 42px;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:1px;
	font-size:26px;
	font-family: 'Cinzel', cursive;
	line-height:36px;
	text-shadow:1px 1px 0 #bbb308;
}


.pagination {
    bottom: 16px;
    display: inline-block;
    height: 8px;
    left: 17px;
    position: absolute;
    z-index: 60;
}

	.pagination li {
		float:left;
		padding:0 12px 0 0;
		font-size:0;
		line-height:0;
		margin:0;
	}
		.pagination a {
			display:block;
			width:8px;
			height:8px;
			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 -22px;
			}

.prev {
	display:block;
	width:25px;
	height:22px;
	position:absolute;
	z-index:15;
	bottom:2px;
	right:9px;
}
	
.next {
	display:block;
	width:25px;
	height:22px;
	position:absolute;
	z-index:15;
	bottom:2px;
	right:9px;
}

	.prev:hover,
	.next:hover {
		background-position:0 -70px;
	}
	
.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:260px;
	overflow:hidden;
	position:absolute;
	top:200px;
	color:#fff;
	right:0px;
	z-index:15;
	background:url(../images/png.png) left top repeat;
	padding:0px;
	border-radius:10px 0 0 10px;
	-moz-border-radius:10px 0 0 10px;
	-webkit-border-radius:10px 0 0 10px;
}
	.banner span {
		display:block;
		padding:20px;
	}

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