
/* Testimonial Box extra CSS */

#testimonial .grey_box tbody img {
	margin: 8px 10px 10px 2px;
	border: 3px solid white;
	float: left;
}

#testimonial .grey_box tbody p {
	padding-left: 10px;
}

#testimonial .grey_box {
	width : 300px;
	height : 170px;
	background: transparent url('../images/testimonial-bg.gif') no-repeat top left;
	margin-top : 0;
}

#testimonial .grey_box td p {
	font-size: 12px;
}
#testimonial .grey_box td a {
	font-size: 12px;
	text-decoration : none;
}
#testimonial .grey_box td.quote{
	height : 130px;
}
#testimonial .grey_box td.quotee {
	padding-left : 8px;
	height : 40px;
}
#testimonial .grey_box td.quote_img {
	padding-left : 6px;
}

#testimonial .grey_box td img {
	border : 0px;
	text-decoration : none;
}

#testimonial li {
	width : 300px;
	height : 170px;
	float: left;
	list-style-type: none;
}

#testimonial .carousel-next {
	display : none;
}
