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


.slider {
	position: relative;
	display: block;
	width:940px;
	height:607px;
	margin:15px 0 0 0;
	position:absolute;
	z-index:2
}
.items {
	display:none;
}
.pagination {
	position:absolute;
	top:570px;
	left:830px;
	display:inline-block;
	height:8px;
	width:80px;
	z-index:60;
}
.pagination li {
	float:left;
	font-size:0;
	line-height:0;
	margin-right:3px;
	color:#252525;
	background:none;
}
.pagination a {
	display:block;
	width:8px;
	height:7px;
	background:url(../images/pagination.png) right 0px no-repeat;
	font-size:0;
	line-height:0;
	text-decoration:none;
}
.pagination a:hover {
	display:block;
	width:8px;
	height:7px;
	background:url(../images/pagination.png) left 10px no-repeat;
	background-position: -9px 0;
	font-size:0;
	line-height:0;
	text-decoration:none;
}
.pagination li.current a {
	display:block;
	width:8px;
	height:7px;
	background:url(../images/pagination.png) left 5px no-repeat;
	background-position: 1px 0;
}
.progbar {
	background:#FFF;
	width:100%;
	height:2px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:6;
}
/*-------- 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 -------*/
