/* 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: 102%;
	height: auto;
}
#carousel article {
	width: 554px;
	height:422px;
}
#thumbs-wrapper {
	padding: 20px 40px;
	position: relative;
	background-color:#f1f0ef; /* for non-css3 browsers */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f1ee', endColorstr='#f1f0ef'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f1ee), to(#f1f0ef)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #f3f1ee, #f1f0ef); /* for firefox 3.6+ */
	border-bottom:1px solid #dedede;
}
#thumbs a {
	width:150px;
	height:115px;
	margin: 0 10px;
}
#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;
}
.slider_text {
	background-color: #000000;
	background-repeat: repeat;
	border-radius: 250px 250px 0px 250px;
	bottom:100px;
	left:50px;
	height:250px;
	opacity: 0.8;
	position: absolute;
	width:250px;
	text-align:center;
}
.slider_text h2 {
	font-size:20px;
	color:#fff;
	padding:65px 30px 0px 30px;
}
.slider_text p {
	padding:10px 30px 0px 30px;
}
/* Testimonial Carousel
----------------------------------------------------------------------------------------------------*/

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