/* hc testimonial front end styles */

/*

.hc_testimonial {
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	-moz-border-radius: 5px;
	border-radius: 10px;
	padding: 10px;
	margin: 5px;
	background-color:#f2f7fa;
	-webkit-box-shadow: 0px 0px 24px 0px rgba(50, 50, 50, 0.33);
	-moz-box-shadow:    0px 0px 24px 0px rgba(50, 50, 50, 0.33);
	box-shadow:         0px 0px 24px 0px rgba(50, 50, 50, 0.33);
}

.hc_testimonial h3 {
	padding-bottom: 5px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #990000;
}

.hc_testimonial .content {
	padding-right: 15px;
	padding-bottom: 10px;
	line-height: 20px;
}

.hc_testimonial img {
	max-height: 80px;
	max-width: 80px;
	padding: 3px;
	background-color: #990000;
	top: 12px;
	position: absolute;
	right: -45px;
}

.hc_testimonial .author,
.hc_testimonial .program {
	font-size: 12px;
	font-style: italic;
	display: inline-block;
}

#testimonial, #testimonial_slider {
	position:relative;
	width: 90%;
	min-height:130px;
	margin: 0 0 80px 10px;
}

#testimonial {
	height:200px;
}

#testimonial .hc_testimonial, #testimonial_slider .hc_testimonial {
	position:absolute;
	top: 0;	left: 0;
	padding-left: 20px;
	padding-right: 30px;
	width: 100%;
	min-height: 130px;
	z-index:99;
}

.button_left {
	position: absolute;
	top:100px;
	left:-23px;
	background: transparent url(../images/arrow-left.png) no-repeat center center;
	border: 0;
	width: 55px;
	height: 56px;
	z-index:101;
	display:none;
}

.button_right {
	position:absolute;
	top:100px;
	right:-32px;
	background: transparent url(../images/arrow-right.png) no-repeat center center;
	border: 0;
	width: 55px;
	height: 56px;
	z-index:101;
	display:none;
}

.button_left:hover, .button_right:hover {cursor: pointer; }

#testimonial_slider .fade { display:none; opacity: 1;}

#testimonial_slider .fade .first { display:block; opacity: 1;}

.clear { clear: both; }

*/