/*
	Page style
*/

#slider-container {
	width:400px;
	padding:0;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#slider-container a img {
	text-decoration: none;
	border: 0 none;
}

#example {
	width:400px;
	height:243px;
	position:relative;
	margin:0 0 10px 10px;	
	z-index:0;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:3px;
	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:400px;
	overflow:hidden;
	position:relative;
	display:none;
	font:normal 62.5%/1.5 Helvetica, Arial, sans-serif;
}

/*
	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:400px;
	height:225px;
	display:block;
}

/*
	Pagination
*/

.pagination {
	margin:5px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.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;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.captionSlide {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:6%;
	padding:5px 20px 24px 20px;
	background-image:url(img/caption-bar.png);
	width:360px;
	font-size:1.4em;
	line-height:1.4;
	color:#fff;
	border-top:1px solid #000;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
