body { 
	font:normal 62.5%/1.5 Helvetica, Arial, sans-serif;
	letter-spacing:0;
	color:#434343;
	padding:20px 0;
	position:relative;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;
}

#container { top: auto;
	width:850px;
	padding:10px;
	margin:0 auto;
	margin-top:8px;
	position:relative;

	z-index:0;
}

#example {
	width:850px;
	height:305px;
	position:relative;
	top:-80px;
	left:20px;
	
}



#frame {
	position: absolute;
	z-index:0;
	width:850px;
	height:302px;
	left:-35px;
	top:41px;
	
	
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:18px;
	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:800px;
	overflow:hidden;
	position:relative;
	display:none;
	right:14px;
	top:44px
}

/*
	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:800px;
	height:262px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-12px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:763px;
}

/*
	Pagination
*/

.pagination {
	margin:63px 0 0 310px;
	width:150px;
	}

.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);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

