/* 
	Resets defualt browser settings
	reset.css
*/

/*
	Page style
*/
#box {
	width:960px;
	padding:0px;
	margin:0 0;
	position:absolute;
	z-index:0;
	background: -moz-linear-gradient(left,  hsla(0,0%,100%,0.2) 0%, hsla(0,0%,100%,0) 50%, hsla(0,0%,100%,0.2) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,hsla(0,0%,100%,0.2)), color-stop(50%,hsla(0,0%,100%,0)), color-stop(100%,hsla(0,0%,100%,0.2))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  hsla(0,0%,100%,0.2) 0%,hsla(0,0%,100%,0) 50%,hsla(0,0%,100%,0.2) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  hsla(0,0%,100%,0.2) 0%,hsla(0,0%,100%,0) 50%,hsla(0,0%,100%,0.2) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  hsla(0,0%,100%,0.2) 0%,hsla(0,0%,100%,0) 50%,hsla(0,0%,100%,0.2) 100%); /* IE10+ */
	background: linear-gradient(to right,  hsla(0,0%,100%,0.2) 0%,hsla(0,0%,100%,0) 50%,hsla(0,0%,100%,0.2) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#33ffffff',GradientType=1 ); /* IE6-9 */
}

#ssframe {
	width:965px;
	height:380px;
	left:-5px;
	top:-15px;
	position:relative;
}

#banner {
	position:absolute;
	top:343px;
	left:-20px;
	z-index:200;
}

#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:15px;
	left:4px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:700px;
	height:380px;
	overflow:hidden;
	position:relative;
	display: inline-block;
	/*background-color:#369; */
	background-color:#fff;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:700px;
	height:380px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:155px;
	left:-1px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:670px;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:;
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	z-index: 0;
	position: absolute;
	top:328px;
	left: 0;
	height: 32px;
	width: 800px;
	font-size: 14px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:900;
	line-height: 1.70;
	color: #fff;
	text-shadow: none;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(../_source/banner_right.png);
	background-position: -30px;
	background-repeat: no-repeat;
}

/*
	Footer
*/

/*
	Anchors
*/