#container {
	width:480px;
	padding:0px;
	margin:0 auto;
	margin-top:1px;
	position:relative;
	z-index:0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#example {
	width:460px;
	height:300px;
	position:relative;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin:0 auto;
}

#example  img{
	border:none;
	margin:0 auto;
}

#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
}

#frame {
	position:absolute;
	z-index:0;
	width:481px;
	height:341px;
	top:-13px;
	left:-10px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:0;
	left:0;
	
}

.slide img, .slide, .slides_container, #slides, #example, #container {
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.caption {
-webkit-border-radius: 0px 0px 5px 5px;
border-radius: 0px 0px 5px 5px; 
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:479px;
	overflow:hidden;
	position:relative;
	display:none;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
}

/*
	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:570px;
	height:270px;
	display:block;
}

/*
	Pagination
*/

#container .pagination {
	margin:12px auto 0;
	width:100px;
}

#container .pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

#container .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;
}

#container .pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

#container .caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30px;
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:439px;
	font-size:14px;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}

/*
	Anchors
*/

#container a:link,#container a:visited {
	color:#599100;
	text-decoration:none;
}

#container a:hover,#container a:active {
	color:#599100;
	text-decoration:underline;
}