/* TESTIMONIALS CAROUSEL */
#container-TestimonialsCarousel { float:left; width:630px; height:150px; border:none; padding:0 0 0 0; margin:15px 0 0 0; }
	.Testimonialsgallery { position:relative; overflow:hidden; width: 630px; height: 185px; }
		.Testimonialsgallery ul { width:20000em; position:absolute; /* this cannot be too large */ }
		.Testimonialsgallery li { float:left; padding: 0 0 0 85px; width: 600px; height: 250px; position: relative; }
		.Testimonialsgallery img { width:140px; height:140px; border-radius: 150px; -webkit-border-radius: 150px; -moz-border-radius: 150px; vertical-align:middle; border:none; }
		.Testimonialstext { position: relative; float:left; padding-top:10px; width: 475px; height: 250px; font-size:13px; color:#444; line-height:1.4; margin:0 0 0 55px; }
			.Testimonialstext .Testimonial { font:16px Rockwell, "Arvo", Arial, Helvetica; color:#231f20; }
			.Testimonialstext .TestimonialContact { font:14px Arial, Helvetica; color:#231f20; }
			.Testimonialstext a.buttonarrowpurple { background-image:url(/wsimages/ttiskin/button-arrow-purple-small.png); background-position:right; background-repeat:no-repeat; padding: 0.4rem  1.5rem  0.4rem  0rem; color:#4e42b7; text-decoration:none; }
			.Testimonialstext a.buttonarrowpurple:hover { text-decoration:underline; }
		.Testimonialsgallery-prev { width:41px;height:85px;border:0px none;float:left; background-color:#FFF; padding:65px 0 0 20px; cursor: pointer; position:relative; top:-180px; font-size:30px; color:#231f20; -webkit-transition: all .15s ease-in-out; -moz-transition: all .15s ease-in-out;  -ms-transition: all .15s ease-in-out;  -o-transition: all .15s ease-in-out; transition: all .15s ease-in-out; }
			.Testimonialsgallery-prev:hover { transform: scale(1.1); }
		.Testimonialsgallery-next { width:41px;height:85px;border:0px none;position:relative;float:right; background-color:#FFF; padding:65px 0 0 24px; cursor: pointer;  position:relative; top:-180px; font-size:30px; color:#231f20; -webkit-transition: all .15s ease-in-out; -moz-transition: all .15s ease-in-out;  -ms-transition: all .15s ease-in-out;  -o-transition: all .15s ease-in-out; transition: all .15s ease-in-out; }
			.Testimonialsgallery-next:hover { transform: scale(1.1); }