#content .testimonials blockquote
{
	text-indent: 25px;
	position: relative;
	padding: 15px 25px 25px 25px;
	border-radius: 15px;
	font-size:14px;
	color:#244668;
	border-radius: 15px;
	margin-top: 0;
	border: 1px solid #ddd;
	background: url(http://songs.singsnap.com/images/css/highlight_comment_area_bg.gif) left top repeat-x;
}

#content .testimonials p
{
	margin: -22px 5px 0 0;
}

#content .testimonials img
{
	margin-top: -120px;
}

#content .testimonials .span3 img
{
	margin-left: 165px;
}

#content .testimonials .span4 img
{
	margin-left: 245px;
}

#content .testimonials .span5 img
{
	margin-left: 325px;
}

#content .testimonials blockquote:before
{
	display: block;
	content: "\201C";
	font-size: 60px;
	position: absolute;
	left: -5px;
	top: 25px;
	color: #BEDAE9;
}

#content .testimonials .quote
{
	position: relative;
}

#content .testimonials .quote:after,
#content .testimonials .quote:before
{
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#content .testimonials .quote:before
{
	border-top-color: #ddd;
	border-width: 15px;
	left: 90%;
}

#content .testimonials .span3 .quote:before
{
	margin-left: -23px;
}

#content .testimonials .span4 .quote:before
{
	margin-left: -15px;
}

#content .testimonials .span5 .quote:before
{
	margin-left: -7px;
}

#content .testimonials img
{
	display: none\9; /* ie */
}

#content .testimonials p
{
	margin-top: 0\9; /* ie */
}

@media (max-width: 800px) {
	.responsive #content .testimonials
	{
		display: none;
	}
}