/* Home Page Slider
----------------------------------------------------------------------------------------------------*/
#carousel-wrapper {
	position: relative;
}
#carousel, #thumbs {
	overflow: hidden;
}
#carousel-wrapper .caroufredsel_wrapper {
}
#carousel article, #carousel img, #thumbs a, #thumbs img {
	display: block;
	float: left;
}
#carousel article, #carousel a, #thumbs article, #thumbs a {
	position: relative;
}
#carousel img, #thumbs img {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
}
#carousel img.glare, #thumbs img.glare {
	width: 100%;
	height: auto;
}
#carousel article {
	width: 554px;
	height:380px;
}
#thumbs-wrapper { width: 515px; padding: 0 0px; position: absolute; bottom: 210px; right: 210px; overflow: hidden; }
#thumbs a { margin-bottom:30px; width: 94px; height: 69px; margin-right: 30px; float:left; background: #fff; padding: 0px; }
#thumbs a.selected { height: 69px; position:relative; margin-top: 5px; opacity: 1; } 
#thumbs a.selected img { height: 69px; }
#thumbs a img { width: 94px; height: 69px; float:left; }
#thumbs img {
	border:1px solid #dedede;
	padding:3px;
	background-color:#f4f4f4;
}
#thumbs a:hover, #thumbs a.selected img {
	border-color: #dedede;
}
#prev, #next {
	display: block;
	margin-top: -10px;
	position: absolute;
	top:45%;
	background-color:#f6f6f6;
	border:1px solid #dedede;
	padding:13px 7px 7px 7px
}
#prev {
	left: 10px;
}
#next {
	right: 10px;
}
#prev:hover {
	background-color:#3A8DC7;
}
#next:hover {
	background-color:#3A8DC7;
}


.testimonial_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.testimonial_carousel li {
	display: block;
	float: left;
}
.testimonial_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.testimonial_carousel li img {
	background-color: #F4F4F4;
	border: 1px solid #DEDEDE;
	padding: 3px;
	border-radius:35px;
}
.testimonial_carousel strong {
	padding-top:10px;
	text-align:right;
	float:right;
}
.caroufredsel_controls {
	text-align:center;
}
.caroufredsel_controls #prev2, .caroufredsel_controls #next2 {
	background-color:#f6f6f6;
	border:1px solid #dedede;
	padding:13px 7px 7px 7px;
}
.caroufredsel_controls #prev2:hover {
	background-color:#3A8DC7;
}
.caroufredsel_controls #next2:hover {
	background-color:#3A8DC7;
}
