﻿.ctrl-rollingList.testimonials .slider
{
	float: left; 
	/* required settings */
	position: relative;
	overflow: hidden;
	width: 250px;
	height:130px;
}
.ctrl-rollingList.testimonials .slider .items
{
	/* this cannot be too large */
	width: 20000em;
	position: absolute;
	clear: both;
}
.ctrl-rollingList.testimonials .item
{
	float: left;
	width: 250px;
}
.ctrl-rollingList.testimonials .navi
{
	display: none;
	height: 20px;
}
.ctrl-rollingList.testimonials a.browse
{
	display:none;
}
.ctrl-rollingList.testimonials .imgImage
{
	float: right;
	margin: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.ctrl-rollingList.testimonials .lblPublicationTitle
{
	text-align:right;
	padding-right:30px;
	padding-top:15px;
}
.ctrl-rollingList.testimonials .lblDescription
{
	display: block;
	background: url(../images/Quote.png) no-repeat;
	padding: 8px 30px 0 30px;
	font-size:14px;
	font-family:Georgia;
	font-style:italic;
	color: #777;
}