/*--------- slider ---------*/
.slider{ box-shadow:1px 1px 3px #bdbda8; margin: 0 0 5px 0;}
#slide{ height:514px; width:940px; position:relative; overflow:hidden; z-index:2;}
.slide_bar{height:175px; position:absolute; bottom:-120px; z-index:999;}
.bar{ overflow:hidden; padding:1px 0 0 0;}
.bar div{ cursor:pointer; height:55px; float:left; background-color:#FFF;}
.play{ background:url(../images/stop.jpg) 2px 0 no-repeat;width:102px;}
.paused{ width:102px;background:url(../images/play.jpg) no-repeat;}
.numStatus{ background:url(../images/num_status.jpg) no-repeat;width:100px; padding-top:18px; height:37px;font-size: 15px; color:#c2c1bb; text-align:center; cursor:default !important;}
.numStatus .curr{ color:#262525; display:inline-block; padding: 0px 3px 0 0;}
.numStatus .total{ display:inline-block; margin:-4px 0 0 3px;}
.pag_show{ background:url(../images/pags.jpg) no-repeat;width:49px;}	
.bar .pag_show:hover{ background-position: 0px bottom;}
.slider {
	width:940px;
	margin:0 auto;
	position:relative;
	z-index:2
}
.items {
	display:none;
}

.pag {
	width:100%;
	bottom:0;
	z-index:999;
	left:0 !important;
	position:absolute;
}
.img-pags {
	position:static;
	left:0px;
	z-index:1;
	width:940px !important;
	display:block;
}
.img-pags ul {
	margin:0;
}
.img-pags ul li a span{position:absolute; width:171px;height:110px; border: 5px solid #d64b3e; display:none;}
.img-pags li.active span,.img-pags ul li:hover span{ display:block;}
.img-pags li {	
}
.img-pags li.active a{
}
.img-pags li a {
	position:relative;
	display:block;
}


.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
	}
.paused span {
	display:block;
}
.paused em {
	display: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;
		height:30px;
	}
	.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 -------*/