#container {
	width:560px;
	margin:0;
	position:relative;
	z-index:0;
	padding: 0px;
}

/*
	Slideshow
*/
#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
	background-color: #000000;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:560px;
	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:560px;
	height:315px;
	display:block;
	cursor:pointer;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:100px;
	left:0px;
	width:20px;
	height:56px;
	display:block;
	z-index:201;
  -moz-opacity: 0.5;
	-khtml-opacity: 0.5;
  opacity: 0.5;
}

#slides .next {
	left:560px;
}

/*
	Pagination
*/

.pagination {
	margin:0px;
	width:100px;
	position:absolute;
	top:290px;
	left:200px;
	z-index:200;
}

.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(https://www.naturalnews.com/Images/May2012/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;
	top:215px;
	left:0;
	height:100px;
	background:#000000;
	background:rgba(0,0,0,.75);
	width:560px;
	padding: 0px;
}
.CaptionText {
	height:70px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	font-weight: 700;
	text-transform: none;
	color: #ffffff;
	border-top: none;
	padding:0;
	margin-bottom: 13px;
	line-height: 100%;
	margin-top: 0;
}
