@charset "UTF-8";
/* CSS Document */

.holderDiv_hp_testimonial{
	height:100px;
}
.holderDiv_hp_testimonial p{
	padding:0;
	padding-left:0px;
	padding-right:30px;
	min-height:25px;
	margin:0;
	background:url(images/quote_ar.gif) right 3px no-repeat;
	color:#999999;
}
.holderDiv_hp_testimonial span{
	display:block;
	padding-left:0px;
	padding-right:30px;
	font-weight:bold;
	padding-top:10px;
	margin-bottom:10px;
}

a.next_hp_testimonial{
	background:url(images/previous_p.gif) center -25px no-repeat;
	width:25px;
	height:25px;
	display:block;
	text-indent:-9999px;
	float:left;
	}
a.previous_hp_testimonial{
	background:url(images/next_p.gif) center -25px no-repeat;
	width:25px;
	height:25px;
	display:block;
	text-indent:-9999px;
	float:left;
}
a.hover_hp_testimonial:hover{
	background-position:center 0;
}
a.disabled_hp_testimonial{
	cursor: default;
	background-position:center -50px;
}