/*
	Page style
*/

/*body { 
	font:normal 62.5%/1.5 Helvetica, Arial, sans-serif;
	letter-spacing:0;
	color:#434343;
	background:#efefef url(../img/background.png) repeat top center;
	padding:20px 0;
	position:relative;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;
}

#container {
	padding:10px;
	margin:0 auto;
	position:relative;
	z-index:0;
}*/

#example {
	width:940px!important;
	height:300px;
	position:relative;
/*	margin: 21px 0 0 10px;
	float: right;*/
}

/*#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
}

#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}*/

/*
	Slideshow
*/

#slides {
	position:relative;
	/*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;
	overflow:hidden;
	/*position:relative;*/
	display:none;
}

/*
	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:700px;
	height:300px;
	display:block;
}

.slides_container a img {
	display:block;
	border:solid #000 0px;
}

.slides_container a:hover img{
	opacity:0.6;
	filter:alpha(opacity=60);
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

.pagination {
	margin:-20px 10px 40px 0;
	width:150px;
	position: relative;
	/*left: 10px;
	bottom: 0;*/
	z-index:102;
	border:solid #000 0px;
	padding:0 0 0 10px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:10px;
	height:10px;
	background-color: #b9b9b9;
	float:left;
	overflow:hidden;
	text-indent: -9999px;
}

.pagination li.current a {
	background-color: #ebebeb;
}