@charset "utf-8";
/* CSS Document */


#example {
	width:1000px;
	height:274px;
	position:relative;
}



/*
	Slideshow
*/

#slides {
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	width:1000px !Important;
	height:274px !Important;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:1000px;
	height:274px;
	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 a {
	width:1000px;
	height:274px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
	display:none;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

.slidesjs-pagination {
	background:url(../images/sliderThumbsBg.png) no-repeat 0 0;
	position:absolute;
	left:77px;
	bottom:2px;
	width:108px;
	height:18px;
	z-index:9999;
	padding-left:13px;
}

.slidesjs-pagination li {
	float:left;
	margin:5px 4px 0 4px;
	list-style:none;
}

.slidesjs-pagination li a {
	display:block;
	width:7px;
	height:7px;
	padding:0 !important;
	background:url(../images/bannerBullets.png) no-repeat 0 0;
	float:left;
	overflow:hidden;
	color:#fff;
	font-size:0;
}

.slidesjs-pagination li a.active {
	background:url(../images/bannerActive.png) no-repeat 0 0;
	width:7px;
	height:7px;
	font-size:0;
}
