/*
	Page style
*/

body {
 	background-color: #ffffff;
}

#slide_images{
	width: 1140px;
}
#container {
	width:1140px;
	margin: auto;
	position:relative;
	z-index:0;
}

#image_slider {
	width:1140px;
	height:525px;
	position:relative;
}

/*#frame {
	position:absolute;
	z-index:0;
	width:960px;
	height:455px;
	top:-3px;
	left:-80px;
}*/

/*
	Slideshow
*/

#slides {
	position:absolute;
	z-index:10;
	margin: 0 auto;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	margin: auto;
	width:1140px;
	overflow:hidden;
	position:relative;
	display:none;
	-moz-box-shadow: -3px 5px 10px #6f6f6f;
	-webkit-box-shadow: -3px 5px 10px #6f6f6f;
	box-shadow: -3px 5px 10px #6f6f6f;
}

/*
	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 a {
	width:1140px;
	height:525px;
	display:block;
}

.slides_container a img {
	display:block;
}


	/*Next/prev buttons*/


#slides .next,#slides .prev {
	position:absolute;
	top:250px;
	left:-30px;
	width:25px;
	height:25px;
	display:block;
	z-index:101;
}

#slides .next {
	left:1145px;
}

/*
	Pagination
*/

.pagination {
	margin: auto;
	margin-top: 5px;
	
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*Highlights*/
#highlight {
	margin: auto;
	width: 1140px;
	margin-top: 50px;
	margin-bottom: 25px;
	position: relative;
	float: right;
	clear: both;
}

#high_1{
	width: 370px;
	float: left;
	overflow: hidden;
}

#high_2{
	float: left;
	width: 370px;
	margin-left: 15px;
	overflow: hidden;
}

#high_3{
	float: right;
	width: 370px;
	margin-left: 15px;
	overflow: hidden;
}



