/****************
TESTIMONAL RELATED
****************/
#testimonialViewer{	
	float:left;	
}

.testimonialContent{
	height:333px;
	width:515px;
	background-image:URL(/media/images/testimonial-bg.gif);
	background-position:left;
	background-repeat:no-repeat;		
	float:left;		
}

.testimonialText { 
	display:none; 
	font-size:1.0em; 
	padding:25px;
	color:#666;
	float:left;
}
.testimonialThumb{
	float:left; 
	padding-right:10px;
	padding-bottom:30px;
	
}
.testimonialBody{
	float:left;
	width:370px;	
	color:#666;
}
div.testimonialBody p{
	color:#666;
	font-size:.9em;
}
.romanColumn{
	margin-bottom:300px;
}

/* outmost wrapper element, containing all elements  */
#scrollable {
	width:272px;
	height:333px;
	margin:0;
	padding:0;
	float:left;
}

div.items {	
	width:272px !important;
	padding:0;
	clear:both;	
}
div.items span {
	display:block;
	float:none;
	clear:both;
	width:272px !important;
	margin:5px 0 0 0;
	padding:10px 0 5px 5px;
	height:110px;
}

.selected{
	display: block;,	
	background-color:#660822;	
}
.active{
	background-color:#56051b;
	cursor:pointer;
}

a.prev, a.next {
	display:block;
	width:272px;
	height:20px;
	margin:0;
	cursor:pointer;
	background-color:#6f0925;
	color:#efc25b;
	text-align:center;		
}

a.next {
	margin-top:24px;
	background-image:URL(/media/images/testimonial-next-arrow.png);
	background-position:center;
	background-repeat:no-repeat;	
}

a.prev {
	margin-bottom:5px;
	background-image:URL(/media/images/testimonial-prev-arrow.png);
	background-position:center;
	background-repeat:no-repeat;	
}
	