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

#testimonials{
	padding: 40px 50px;
	float: left;
	}
#testimonial-wrapper {
	overflow: hidden;
	width: 450px;
	height: 90px;
	margin: 0;
	padding: 0;
}
	
#testimonial-navigation {
	width: 60px;
	height: 0px;
	float: right;
	margin-top: -12px;}
#testimonial-navigation li {
	text-indent: -9999px;
	width: 25px;
	height: 22px;
	float: left;
	list-style-type: none;
	margin-left: 5px;}
#testimonial-navigation li a {
	width: 23px;
	height: 22px;
	display: block;
	background-repeat: no-repeat;}
#testimonial-navigation li#next a {
	background-image: url(../img/roundarrow_next.gif); }
#testimonial-navigation li#prev a {
	background-image: url(../img/roundarrow_prev.gif); }
#testimonial-navigation li a:hover {
	background-position: -23px 0px; }
#testimonial-navigation li a:active {
	background-position: -23px 1px; }

.testimonial {
	width: 450px;
	top: 0;
	height: 120px;
	left: 0;}
#testimonials .author {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:underline;
	font-weight: bold;
	padding-bottom: 60px;
	float: left;
	width: 200px;
	font:Arial, Helvetica, sans-serif;
	color:#000080;
}
#testimonials .author cite {
	font-size: 14px;
	padding-bottom: 4px;
	font:Arial, Helvetica, sans-serif;
	color:#000080;
	}
#testimonials .author .company a{
	color: #367a6c;
	font-size: 11px;
	 }
#testimonials blockquote {
	width: 450px;
	float:left;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 17px;
	margin-top: -50px;
	margin-left: 0px;	
	}
