/* 
	Resets defualt browser settings
	reset.css
*/


#slide_container {	
	float:left;
	display: inline;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 600px;
	height:500px;	
	background-color: #f0f0f0;
}

#example {
	width:600px;
	height:500px;
	position:relative;
}



#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}

/*
	Slideshow
*/

#slides {

	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:600px;
	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:6000px;
	height:500px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:250px;
	left:0px;
	width:40px;
	height:40px;
	display:block;
	z-index:101;
}

#slides .next {
	left:576px;
}

/*
	Pagination
*/

.pagination {
	position:absolute;
	left:440px;
	top:10px;
	width:0px;
	height:0px;
	z-index:600;
	overflow:hidden;
}

.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
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30px;
	padding:5px 10px 0 10px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:600px;
	font:12px Arial, Helvetica, sans-serif;	
	line-height:25px;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}


/*
	Anchors
*/

