/*--------- slider ---------*/
#slide { height:493px; width:980px; position:relative; overflow:hidden; z-index:2}

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

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

.pag {
	background:url(../images/pag-bg.png) repeat-x 0 0;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:999;
	height: 118px;
}
.img-pags {
	position:static;
	left:10px;
	top: 14px;
	z-index:1;
	display:block;
	padding-bottom:10px;
}
.img-pags ul {
	margin:0
}

.img-pags li.current a,
.img-pags li a:hover {
	background:url(../images/pag-bg2.png) repeat-x 0 0;
}
.img-pags li a {
	padding:12px 6px 5px;
	position:relative;
	border-radius:3px;
	-webkit-border-radius:3px;	
	display:block;
	box-shadow: 0 4px 3px -3px #212122;
	-webkit-box-shadow:0 4px 3px -3px #212122;
	margin:0 10px;
	background:url(../images/pag-bg1.png) repeat-x 0 0;
}

.img-pags li img {
	width:128px;
	height:67px;
}

.prev, .button1 {
	display:block;
	width:25px;
	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:359px;
	padding:2px 0 0 0;
	font-weight:bold;
	text-align:center;
	color:#fff;
	text-decoration:none;
}
	.prev:hover {
		color:#999
	}
.next, .button2 {
	display:block;
	width:25px;
	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:553px;
	padding:2px 0 0 0;
	font-weight:bold;
	text-align:center;
	color:#fff;
	text-decoration:none;
}
	.next:hover {
		color:#999
	}

.button1 {
	left:220px;
	top:30px;
}

.button2 {
	left:640px;
	top:30px;
}
	
.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:980px;
	overflow:hidden;
	position:absolute;
	top:316px;
	color:#fff;
	overflow:hidden;
	right:0px;
	z-index:15;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	color:#919190;
	background:url(../images/banner-bg.png) repeat 0 0;
	font-size:25px;
	line-height:1.2em;
	text-transform:uppercase;
	padding:0px;
}
	.banner span {
		display:block;
		padding:12px 20px 15px 18px;
	}


.banner i {
	font-style:normal;
	color:#cc4f25;
	font-weight:bold;
}

.banner strong {
	display:inline-block;
	font-weight:600;
	padding-top: 2px;
	width:790px;
}


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

/*----------- preset ---------*/
#option {
	font-family:Georgia, "Times New Roman", Times, serif;
}
#options input[type=text] {
	background:#CCC;
	width:50px;
	border:1px solid #000;
	text-align:center;
}
	#options span {
		display:inline-block;
		width:100px;
		font-size:14px;
		color:#000;
		font-family:Georgia, "Times New Roman", Times, serif;
	}
	#options select {
		font-size:14px;
		width:150px;
		color:#000;
		font-family:Georgia, "Times New Roman", Times, serif;
		background:#CCC;
		border:1px solid #000;
	}
		#options select option {
			background:#CCC;
		}

	label {
	display:inline-block;
	}
	.preset1 {
		color:#000;
		height:40px;
	}
		#get_opt {
			margin-left:100px;
			line-height:1.2307em;
			
		}

.col-1 {
	float:left;
	width:400px;
	padding-right:50px
}
* + html .min {
	min-height:45px;
}
.col-2 {
	float:left;
	width:400px;
}
/*-------- end preset -------*/
