#frame {
	width:980px;
	height:311px;
	position:relative;
	margin:15px 0 0 0;
}

/*
	Slideshow style
*/

#slides {
	position:absolute;
	top:24px;
	left:69px;
	z-index:100;	
	width:826px;
	height:191px;

}

.slides_background {
	width:980px;
	height:311px;
	position:relative;
	margin: 0 auto;
	z-index: 0;
	background-image:url(../images/slides/slides-frame.png);
}

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

.slides_container {
	width:826px;
	height:186px;
	position:relative;
	margin: 8px 0 0 8px;
	display:none;
	/*margin: 0 auto;
	z-index: 20;
	
	padding-top: 2px;
	position: relative;
	width: 1114px;
	height: 311px;*/
}

/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/

#slides .slide {
	width:826px;
	height:191px;
	display:block;
	background-color:#EEE;
}

/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	position:absolute;
	top:85px;
	left:-31px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:848px;
}

/*
	Pagination
*/

.pagination {
	margin:40px auto 0 auto;
	width:600;
}

.pagination li {
	float:left;
	margin:25px 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/slides/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

.slide h1 {
	text-align:left;
	color:#333;
	font-family: Swis721LtBTLight;
	font-size: 1.5em;
	margin: 10px;
	text-indent:0;
	padding:0;
}

.slide p {
	text-align:left;
	color:#111;
	font-family: Swis721LtBTLight;
	font-size: 1em;
	margin: 0 10px 6px 10px;
	padding:0;
}


/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	left:0;
	height:22px;
	padding:5px 10px 0 10px;
	background:#000;
	background:rgba(0,0,0,.4);
	width:806px;
	font-size:1em;
	line-height:1.13;
	color:#fff;
	text-shadow:none;
}