.sliderwrapper{
	overflow: hidden;
	width: 688px; /*width of featured content slider*/
	height: 234px;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;
	width: 688px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 234px;


filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination_slideshow{
	text-align: right;
	float: right;
	width: 350px;
	margin-top: -25px;
}

.pagination_slideshow a{
	padding: 5;
	text-decoration: none;
	color: #333;
	background: url(../images/slideshow_bg.gif) repeat-x left top;
	font-size: 11px;
	float: left;
	margin-left: 1px;
	display: block;
	line-height: 18px;
}

.pagination_slideshow a:hover, .pagination_slideshow a.selected{
	background: url(../images/process_bg.jpg) repeat-x left bottom;
}
.toc{ padding:3px 5px;}
.next{ padding:3px 5px;}
.contentdiv .testimonial_content {
	float: left;
	width: 405px;
	padding-left: 270px;
	padding-top: 20px;
	color: #1D3D41;
}
.contentdiv .testimonial_content h3 {
	color: #1D3D41;
}
.contentdiv .testimonial_content p {
	font-size: 11px;
	line-height: 16px;
}
