#testimonial_container {
	margin-right:9px; 
	width: 367px; 
	height: 184px; 
	float: left;
	display: inline;
	background-color: #3e7dc0;
	border: 1px solid #fff;
}

#testimonial_header {
	margin: 5px auto;
	width: 357px;
	height: 35px;
	background: transparent url(../images/testHeader_bg.jpg) 0 0 repeat-y;
}

#testimonial_container h2 {
	margin-left: 5px;
	padding: 0;
	width: 290px;
	line-height: 35px;
	float: left;
	display: inline;
	color: #fff;
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}

#viewAll {
	padding: 5px 0;
	width: 62px;
	float: left;
	display: inline;
	text-align: right;
	color: #ffff00;
	font-weight: bold;
}

.sliderwrapper{
	margin: 0 auto;
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 357px; /*width of featured content slider*/
	height: 131px;
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	padding: 10px 50px;
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	background: #f9f9f9 url(../images/testimonialBg.jpg) 0 0 no-repeat;
	width: 257px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 116px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.sliderwrapper .contentdiv p {
	color: #000;
}

.testimonailName {
	font-size: 11px;
	text-align: right;
}

.pagination{
	width: 161px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
	padding: 5px 10px;
	float: left;
	display: inline;
	display: none;
}

.pagination a{
	padding: 0 5px;
	text-decoration: none; 
	color: #00007D;
	background: white;
}

.pagination a:hover, .pagination a.selected{
	color: #000;
	background-color: #FEE496;
}