/* 
	Resets defualt browser settings
	reset.css
*/

/*
	Page style
*/

.RegularContentAreaBackground
{
    background-image: url(/images/SiteBg.png);
    background-repeat: repeat;
    /*padding-bottom: 24px;*/
 
}

#slidercontainer {
	width:980px;
	/*padding:10px;*/
	margin:0 auto;
	position:relative;
	z-index:0;
        height: 530px;
   
}

#sliderexample {
	width:930px;
	height:78px;
	position:relative;
	top: 0px;
	left: 0px;
	background-image: url(/Images/Slider/SliderBgShade.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	/*top:15px;*/
	/*left:4px;*/
	z-index:100;
	background-color: #ffffff;
}

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

.slides_container {
	width:980px;
	/*border: 8px solid #ffffff;*/
	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:930px;
	height:78px;
	display:block;
	border: none;
}

.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;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

.pagination 
{
    display: none;
	margin:10px auto 0;
	width:10px;
}

.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/Slider/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

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