/*--------- slider ---------*/
.corner-top-right {background:url(../images/corner-right.png) left top no-repeat; width:10px; height:10px; position:absolute; right:0; top:0; z-index:999;}
.corner-top-left { width:10px; height:10px; background:url(../images/corner-left.png) left top no-repeat; position:absolute; left:0; top:0; z-index:999;}
.corner-bot-left {width:10px; height:10px; background:url(../images/corner-bot-left.png) left top no-repeat; position:absolute; left:0; bottom:0px; z-index:999;}
.corner-bot-right {width:10px; height:10px; background:url(../images/corner-bot-right.png) left top no-repeat; position:absolute; right:0; bottom:0px;z-index:999;}
#slide { height:600px; width:900px; position:relative; overflow:hidden; z-index:2}

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



.pagination {
		display: inline-block;
		height: 20px;
		left: 36px;
		padding: 7px 0 0 7px;
		position: absolute;
		top: 280px;
		z-index: 99999;
	}
	
	
	.pagination li {
		float:left;
		margin:0 2px 0 0;
		font-size:0;
		line-height:0;
		color:#252525;
		background:none !important;
	}
		.pagination a {
			display:block;
			width:19px;
			height:21px;
			background:url(../images/pagination-a-bg.png) 0px 0px no-repeat;
			font-size:0;
			line-height:0;
			text-decoration:none;
		}

			
			.pagination a:hover,
			.pagination li.current a {			 
				background-position:0 -41px;
			}

.prev {
	display:block;
	width:12px;
	height:24px;
	background:url(../images/prev.png) left top no-repeat;
	position:absolute;
	z-index:9999;
	right: 174px;
    top: 200px;
}

.next {
	display:block;
	width:12px;
	height:24px;
	background:url(../images/next.png) left top no-repeat;
	position:absolute;
	z-index:9999;
	right: 144px;
    top: 200px;
}
	.next:hover,
	.prev:hover {
		background-position:0 -108px;
	}
	
.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{
	overflow:hidden;
	position:absolute !important;
    width:222px;
	height:460px;
	left:0;
	padding-left:43px;
	color:#a3887c;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
    top: 0;
}

.bannerbg1 {
	position:absolute;
	width:299px;
	height:460px;
	background:url(../images/bannerbg.gif) no-repeat 0 0;
	left: 0;
    top: 0;
	z-index:99;
}

.bannerbg2 {
	height:56px;
	width:940px;
	position:absolute;
	bottom:0;
	left:0;
	background:url(../images/banner-bg2.png) repeat 0 0;
	z-index:999;
}


.banner strong {
   color:#ece5e2;
   font-family: 'Open Sans', sans-serif;
   font-size:30px;
   font-weight:300;
   font-style:italic;
   display:block;
   line-height:30px;
   letter-spacing:-1px;
   margin-bottom:21px;
}

.banner span {
	color:#a2715c;
	font-weight:bold;
	font-style:italic;
	text-shadow:1px 1px 0 #663622;
	font-family: 'Open Sans', sans-serif;
	display:block;
	margin-top:10px;
	text-transform:none;
	font-size:12px;
	margin-bottom: 7px;
	margin-left: 10px;
    margin-top: 25px;
}
.button1 {
	background:url(../images/button-bg1.gif) repeat-x 0 0;
	border-bottom:1px solid #9b5130;
	color:#fff;
	font-weight:800;
	text-transform:uppercase;
	border-radius:18px;
	-webkit-border-radius:18px;
	margin-left: 1px;
    margin-top: 25px;
    padding: 6px 20px 5px 16px;
	display:inline-block;
	box-shadow: 0px 2px 1px #140805 inset;
	-webkit-box-shadow:0px 2px 1px #140805 inset;
	font-family: 'Open Sans', sans-serif;
}

.button1:hover {
	background-position: 0 -57px;
	background-color:#7f2c0d;
}
.progbar {
	background:#00bbff;
	width:100%;
	height:2px;
	position:absolute;
	top:0px;
	right:10px;
	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;
		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 -------*/