﻿/* recommendations */
#testimonials-services {
	margin:0;
	/*position:relative;*/
	width:939px;
	height:50px;
	position:inherit;
	clear:both; }
#testimonials-news {
	/*margin:0 0 0 20px;
	position:relative;*/
	width:380px; }
.speech-bubble {
	background:#333;
	float:right;
	padding:9px 32px 8px 30px;
	position:relative;
	right:2px; }
	.sb-selector {
		background:#555;
		padding:4px 10px;
		position:relative;
		right:8px;
		float:right }
		.sb-selector p a {
			color:#FFF;
			text-decoration:none;
			padding:0 4px; }
	.sb-switch-txt {
		min-height:50px;
		overflow:hidden;
		width:100%; }
		 .testimonial 
		{
		    text-align:center;
			display:block;
			position:relative; 
		}
.visibleFalse
{
    visibility:hidden;
}
.visibleTrue
{
    visibility:visible;
}