.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 949px; /*width of featured content slider*/
height:371px;
}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width:949px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.pagination{
width: 400px; 
text-align: right;
padding: 0 10px;
}

.pagination a{
text-decoration: none; 
}
#Container .LeftContainer .TestimonialBox .sliderwrapper {
	width:190px;
	height:150px;
}
#Container .LeftContainer .TestimonialBox.Inner .sliderwrapper {
	width:250px;
}
#Container .LeftContainer .TestimonialBox.Inner .sliderwrapper .contentdiv {
	width:250px;
}
#Container .LeftContainer .TestimonialBox .sliderwrapper .contentdiv {
	width:170px;
}
#Container .LeftContainer .TestimonialBox .pagination {
	display:none;
}
.Banner .pagination { 
	width:180px;
	position:absolute;
	bottom:0;
	right:0;
	z-index:100;
}
.Banner .pagination a { 
	text-decoration: none; 
	display:block;
	background:url(../images/pagination-tab.png) 0 0 no-repeat;
	text-align:center;
	float:left;
	width:34px;
	padding:0 0 0 0;
	font-weight:bold;
	margin-right:7px;
	line-height:26px;
	color:#555555;
	_color:#555555;
	cursor:pointer;
}
.Banner .pagination a:hover, .Banner .pagination a.selected { 
	background:url(../images/pagination-tab.png) 0 -27px no-repeat;
	color:#FFF;
}
