@charset "utf-8";
/* CSS Document */

		/*	Load CSS before JavaScript	*/
		
		/*	Slides container- Important:	Set the width of your slides container. Set to display none, prevents content flash */
.slides_container {
	width: 590px;
	height: 320px;
	display: block;
}
/*
			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: 590px;
	height: 320px;
	display: block;
}
/*	Set the size of your carousel items	*/
.item {
	background: none repeat scroll 0 0 #EFEFEF;
	float: left;
	height: 320px;
	margin: 0 0px;
	width: 590px;
}
/*
			Optional:
			Reset list default style
		*/
.pagination {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	position: relative;
	display: inline;
}
/*
			Optional:
			Show the current slide in the pagination
		*/
.pagination .current a {
	color: red;
}
#slider_promoText {
	color: #FFFFFF;
	float: left;
	height: 45px;
	margin-left: 290px;
	padding-right: 10px;
	padding-top: 4px;
	position: relative;
	text-align: right;
	top: -75px;
	vertical-align: middle;
	width: 300px;
}
#slider_promoText a {
	color: #fff;
	text-decoration: none;
	font-size: 22px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #6AB300;
	border-bottom: 3px solid #9B9A7A;
}
