#carousel-wrapper {
	padding-bottom: 10px;
	position: relative;
}

#carousel, #thumbs {
	overflow: hidden;
}

#carousel span, #carousel img,
#thumbs a, #thumbs img  {
	display: block;
	float: left;
}

#carousel span, #carousel a,
#thumbs span, #thumbs a {
	position: relative;
}

#carousel img,
#thumbs img {
	border: none;
	width: 150px;
	height: 57px;
	position: absolute;
	top: 0;
	left: 0;
}

#carousel span {
	width: 554px;
	height: 368px;
}

#thumbs-wrapper {
    height: 110px;
	padding: 9px  40px;
	position: relative;
	box-shadow: 0 18px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#thumbs-wrapper2 {
    height: 110px;
	padding: 9px  40px;
	position: relative;
	box-shadow: 0 18px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#thumbs a {
	width: 96px;
	height: 57px;
	margin: 0px 20px;
	margin-top: 20px;
	overflow: hidden;
	border:0px solid transparent;
	border-top:3px solid transparent;
	color:#FFFFFF; 
	font-size: 8pt;
	font-style: italic;
	
}
		
.caroufredsel_wrapper{
height:163px ;

}		
		
		






#circles{
 	margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
}

.circle.selected {
	border: 1px solid #d1d3d4;
	margin-top: 0px;
	width: 18px;
	height: 18px;
	background: #FFFFFF;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	float: left;
}
		
.circle{
	border: 1px solid #d1d3d4;
	width: 18px;
	height: 18px;
	background:#939598;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	float: left;
}

#prev, #next {
	background: transparent url('/images/slideshowImages/carousel_nav.png') no-repeat 0 0;
	display: block;
	width: 19px;
	height: 20px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
}

#prev {
	background-position: 0 0;
	left: 10px;
}

#next {
	background-position: -19px 0;
	right: 10px;
}			



#prev.disabled, #next.disabled {
	display: none !important;
}




#bodyHeadline{
font-family: 'Georgia', regular; 
font-size:27pt; 
}




.bodyCounter{
font-family:'Arial', regular; 
font-size:12pt; 
color:#000000;

}




#bodyDescription{
font-family:'Arial', regular;
font-size: 12pt;

}



#learnMore{
font-family: 'Arial', regular; 
font-size: 10pt; 

}


.heroTextWhite{
color:#FFFFFF;
}

.heroTextBlack{
color:#000000;
}


