#mainHeader-bg{height:412px; width:100%; background:url(../images/main-header-bg.jpg) repeat;}

#mainHeader-bg-inner{height:55px; width:100%; background:url(../images/main-header-bg.jpg) repeat;}

#mainHeader{height:352px; width:970px; margin:0px auto; padding-top:60px;  }
#frame {
	
	width:100%;
	z-index:-1;
	height:352px;
	
}

/*
	Slideshow
*/

#slides {
	
	width:100%;
	position:relative;
	height:352px;
	margin:0px auto; 
	z-index:100;
}

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

.slides_container {
	width:100%;
	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:970px;
	height:352px;
	display:block;
}

.slides_container .left-image{
	display:block;
	float:left;
}
.slides_container .left-image img {
border:10px solid #e4e2e2;}

/*
	Next/prev buttons
*/

#slides .prev {
	position:absolute;
	top:50px;
	left:-130px;
	width:100px;
	height:208px;
	display:block;
	background:url(../images/prev.png) no-repeat;
	z-index:101;
	cursor:pointer;
}

#slides .next{
	
	position:absolute;
	top:50px;
	right:-130px;
	width:100px;
	height:208px;
	display:block;
	background:url(../images/next.png) no-repeat;
	z-index:101;
	cursor:pointer;
	
	}


/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
	position:absolute;
	bottom:20px;
	right:0px;
	z-index:1000;
}

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

/*
	Footer
*/
#slides label {



position: absolute;
top:40px;
right:0px;
width:360px;
}

#slides p {
color: #e6e6e6;
font-size: 15px;
text-align:justify;
width:360px;
line-height:22px;
}
#slides h3{color:#e6e6e6; font-family:tahoma, Arial, Helvetica, sans-serif; font-size:48px; font-weight:bold; text-shadow:2px 2px 4px #000000;} 


