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

#example { width:570px; height:360px; position:relative; margin-bottom:10px; }

/*
	Slideshow
*/

#slides { position:absolute; left:7px; z-index:100; }

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

.slides_container { width:570px; 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:570px; height:360px; display:block; }

/*
	Next/prev buttons
*/

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

#slides a.prev { background:url(../images/arrow_bande_slider_left.png) no-repeat top; width:15px; height:16px; }

#slides a.next { background:url(../images/arrow_bande_slider_right.png) no-repeat top; width:15px; height:16px; }

#slides a.prev:hover { background:url(../images/arrow_bande_slider_left.png) no-repeat bottom; }

#slides a.next:hover { background:url(../images/arrow_bande_slider_right.png) no-repeat bottom; }

#slides .next { left:549px; }

/*
	Pagination
*/

.pagination { display:none; }

.pagination li { display:none; }

.pagination li a { display:none; }

.pagination li.current a { display:none; }

/*
	Caption
*/

.caption { z-index:500; position:absolute; top:295px; left:0; height:38px; background:#ffc223; width:570px; font-size:1.3em; line-height:1.33; color:#fff; text-shadow:none; }

.caption p { font-family:Facebook, Helvetica, Arial, sans-serif; font-size:18px; color:#fff; position:relative; top:11px; text-align:right; width:520px; text-transform:uppercase; }

.caption a {color:#fff; text-decoration:none;}
.caption a:hover {text-decoration:underline;}