#Testimonials {
	margin-top: 15px;
}

#Testimonials div.Header {
	background-color: #260280;
	background-image: url(/images/layout/blueboxtop.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color: #FFFFFF;
	font-family: Times New Roman;
	font-size: 150%;
	padding: 0.4em 15px 0.2em 15px;
}

#Testimonials div.HeaderBottom {
	background-color: #260280;
	background-image: url(/images/layout/BlueBoxBordedTitleBottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 5px;
}

#Testimonials div.Content {
	border-left: 1px solid #CED2DD;
	border-right: 1px solid #CED2DD;
	padding: 10px 10px 0px 10px;
}

#Testimonials div.FooterTop {
	background-color: #260280;
	background-image: url(/images/layout/BlueBoxBordedFooterTop.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 6px;
}

#Testimonials div.Footer {
	background-color: #260280;
	background-image: url(/images/layout/blueboxbottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #FFFFFF;
	font-size: 100%;
	padding: 0.4em 15px 0.3em 15px;
}

#Testimonials div.Footer a:link, #Testimonials div.Footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

#Testimonials div.Footer a:hover {
	color: #FFFFFF;
}

#Testimonials div.ScrollerContainer {
	height: 22em;
}

#Testimonials a.nextPage {
	float: right;
	text-decoration: underline;
}

#Testimonials a.prevPage {
	float: left;
	text-decoration: underline;
}

/* disabled navigational button */
#Testimonials a.disabled {
	visibility:hidden !important;
	display: none !important;
}

/* root element for scrollable */
#Testimonials div.scrollable {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 20em;	 
	width: 100%;	
	
	/* decoration */
	padding:0px 0px 0px 0px;
	border-bottom: 1px solid #CCCCCC;
	
	clear: both;
}

/* root element for scrollable items */
#Testimonials div.scrollable div.items {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:20000em;	
	
	/* decoration */
	margin-top: 10px;
}

/* 
	same settings as in horizontal scroller except that these items 
	are not floated
*/
#Testimonials div.scrollable div.items div.Quote {
	text-align:left;
	font-size:90%;
	line-height: 120%;
	margin-bottom: 0px;
	min-height: 5.5em;
	height: auto !important;
	height: 5.5em;
}

#Testimonials div.scrollable div.items div.Quote div.Company {
	text-align: right;
}
