/* Root = Horizontal, Secondary = Vertical */

#testimonials .quote {
	color:#666666;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:20px;
	height:230px;
	line-height:normal;
	position:relative;
	width:650px;
	padding-top:30px;
}

#testimonials .author {
	bottom:5px;
	color:#CC9933;
	position:relative;
  font-size:20px;
  text-align:right;
  width:650px;
}

#testimonials .author > a {
color:#E5CC44;
}

#testimonials .quoteurl {
  float:right;
  font-size:0.9em;
}

#container
{
	width: 730px;
	background-color: #ffffff;
	min-height: 300px;
	margin: 0 auto 0 auto;
	position: relative;
}

.slidetext
{	
	width: 720px;
	margin: 10px 0 0 20px;	
	padding: 0;	
	
}

.arrowleft
{
	position: absolute;
	top: 130px;	
	left: -197px;
	cursor: pointer;
}

.arrowright
{
	position: absolute;
	right: -67px;
	top: 130px;	
	cursor: pointer;
}