/*--------- slider ---------*/
.slider {
	position: relative;
	display: block;
	width:940px;
	height:455px;
	margin: 0px;
	position:absolute;
	z-index:2
}
.items {
	display:none;
}
.pagination {
    top: 390px;
    left: 422px;
    margin: 0 auto;
    position:absolute;
    display: block;
    height:25px;
    width: 140px;
    bottom: 0;
    z-index:110;
}
.pagination li {
    float:left;
    padding:0 20px 0 0;
    font-size:0;
    line-height:0;
    margin:0;
    color:#252525;
    display: block;
    background:none !important;
}
.pagination a {
    display:block;
    width:19px;
    height:20px;
    background-image:url(../images/pagination-a-bg.png);
    font-size:0;
    line-height:0;
    text-decoration:none;
}
.pagination li.current a {
    background-image:url(../images/pagination-a-active.png);
}
.pagination li a:hover {
    background-image:url(../images/pagination-a-active.png);
}

/*----------- 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 {
    text-transform: uppercase;
	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 -------*/	