
#bodyslider { width:100%;
	letter-spacing:0;
	color:#434343;
	padding:0;
	margin:0;
	position:relative;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;
}
#sliderwapp{ width:100%; background:url(../images/sliderwapp.jpg) repeat-x; height:37px; float:left;}
.greenbod{ width:849px; height:37px; background-color:transparent; margin:0 auto; padding:0;}
#container {
	width:849px;
	padding:0;
	margin: auto;
	position:relative;
	z-index:100;
}

#example {
	width:849x;
	height:259px;
	position:relative;
}

#ribbon {
	position:absolute;
	top:-12px;
	left:16px;
	z-index:500;
}

#frame {
	position:absolute;
	z-index:0;
	width:849px;
	height:249px; margin:0; padding:0;
	top:-10px;
	

}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:0px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:849px;
	overflow:hidden;
	position:relative;
	display:none;
	margin:0;
}

/*
	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:849px;
	height:259px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:110px;
	left:-24px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:950px;
	
}

/*
	Pagination
*/

.pagination {
	margin:15px auto;
	width:20%;
	text-align:center;
}

.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(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption { font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	z-index:500;
	position:absolute;
	bottom:-15px;
	left:0;
	height:auto;
	padding:5px 15px 0 15px;
	margin:0;
	background:#000;
	background:rgba(0,0,0,.6);
	width:849px;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none; 
	text-transform:normal;}

