/* 
	Resets defualt browser settings
	reset.css
*/


#container {
	width:640px;
	padding:0px;
	margin:0 auto;
	z-index:0;
	padding-bottom:35px;
	text-align:center;
}

#example {
	width:640px;
	height:480px;
	position:relative;
}




/*
	Slideshow
*/

#slides {
	position:absolute;
	top:15px;
	left:0px;
	z-index:100;
}

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

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


/*
	Next/prev buttons
*/

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

#slides .next {
	left:580px;
}



/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-40px;
	left:0;
	height:40px;
	padding:5px 5px 0 10px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:600px;
	font-size:1.3em;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
	text-align:left;
}

.caption p {
	font-size:10pt;
	color:#fff;
	text-shadow:none;
	position:absolute;
	bottom:-40px;
	left:1;
    top:0;
	height:40px;
}
