#testimonials-wrapper .scrollable {
	position:relative;
	overflow:hidden;
	width: 430px;
	height:120px;
}

#testimonials-wrapper .scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}

#testimonials-wrapper .scrollable .testimonial {
	float:left;
	margin: 0 50px 0 0;
	padding: 0;
	width: 430px;
	min-width: 430px;
	height:120px;
}

#testimonials-wrapper .scrollable .testimonial .submitted {
margin: 0;
padding: 0 0 7px;
display: block;
clear: left;
color: #333;
font-weight: bold;
border: 0px solid;
border-bottom: 1px dotted #999;
}

#testimonials-wrapper .scrollable .testimonial .submitted span {
float: right;
display: block;
color: #999;
font-weight: normal;
}

#testimonials-wrapper .scrollable .testimonial .feedback {
margin: 0;
padding: 5px 0 0;
clear: left;
color: #333;
line-height: 20px;
font-weight: bold;
font-style: italic;
}


/* this makes it possible to add next button beside scrollable */
#testimonials-wrapper .scrollable {
	float:left;
}

/* prev, next, prevPage and nextPage buttons */
#testimonials-wrapper a.browse {
	background:url(images/arrows2.png) no-repeat;
	display:block;
	width:27px;
	height:34px;
	float:left;
	margin:40px 10px 0;
	cursor:pointer;
	font-size:1px;
}

#testimonials-wrapper a.right	{ background-position: -27px 0; clear:right; margin-right: 0px;}
#testimonials-wrapper a.left { margin-left: 0px; }
#testimonials-wrapper a.disabled { visibility:hidden !important; }
