#container {
	width:580px;
	padding:10px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#example {
	width:1000px;
	height:304px;
	position:relative;
}

#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:absolute;
	top:5px;
	left:5px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:990px;
	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 div.slide {
	width:990px;
	height:270px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:87px;
	left:30px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:940px;
}

.slide img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:auto;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 500;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:13px;
	height:0;
	padding-top:12px;
	background-image: url(../Images/bullet_slider_02.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
	margin: 0 2px;
}

.pagination li.current a {
	background-image: url(../Images/bullet_slider_01.png);
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:49px;
	padding:12px 343px 10px 25px;
	background: url(../Images/bkg_infos_slider.png);
	width:622px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	text-shadow:none;
}

.caption h3 {
	width: 480px;
	float: left;
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 5px 0;
}

.caption p {
	width: 480px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	clear: left;
}

.btn_more_info {
	background: url(../Images/btn_more_info.png);
	width: 142px;
	height: 29px;
	display: block;
	float: left;
}

html > body .btn_more_info {
	*margin-top: 25px;
}

.btn_more_info:hover {
	background-position: 0 -29px;
}