.headerslider{
	
	 width:100%;
	position:relative;
	z-index:0; }
#slides {
	
}

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

.slides_container {
	width:1000px;
	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:270px;
	display:block;
}


/*
	Next/prev buttons
*/

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

#slides .next {
	
}

/*
	Pagination
*/

.pagination {
	margin:26px 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(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {z-index:500;	bottom:0px;	position:absolute;	left:0px; width:1000px;	height:50px;		font-size:1.3em;	line-height:1.33;	color:#fff;	text-shadow:none; /* Fallback for web browsers that doesn't support RGBa */
background: rgb(0, 0, 0); /* RGBa with 0.6 opacity */background: rgba(0, 0, 0, 0.4);/* For IE 5.5 - 7*/filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
/* For IE 8*/-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"; }
.caption p{ display:block; margin-left:20px; color:#fff; opacity: 1;	   font-size:24px; height:50px; line-height:50px; padding-left:25px; font-weight:normal; margin:0px 0px 0px 0px; border-bottom:none !important; }
.caption a{ display:block; color:#fff !important; font-size:12px; font-weight:normal; }
.caption a:after{ content:close-quote;}


