

#container {
    width:980px;
	height:345px;
	margin:0 auto;
	position:relative;
	z-index:100;
}

#example {
    width:980px;
	height:345px;
	position:relative;
}

#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:2500;
}

#frame {
	position:absolute;
	z-index:2000;
    width:980px;
	height:345px;
	top:-3px;
	left:-80px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:2005;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
    width:980px;
	height:345px;
	overflow:hidden;
	position:relative;
	border:1px solid;
	border-color:#fff;
    border-radius:5px;
	display:block;
}

/*
	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 img {
	height:345px;
	display:block;
}

/*
	Next/prev buttons
*/



/*
	Pagination
*/

.pagination {
	margin:5px auto 0;
	height:27px;
	width:200px;
	background-color:transparent;
	
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:2px;
	padding-top:10px;
	margin-top:13px;
	background-image:url(../images/global/pagination7.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -15px;
}

/*
	Footer
*/
#footer {
	text-align:center;
	width:765px;
	margin-top:9px;
	padding:4.5px 0 18px;
	border-top:1px solid #dfdfdf;
}


#footer p {
	margin:4.5px 0;
	font-size:1.0em;
}

/*
	Anchors
*/
