body {
	background: #671e1f;
	}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 468px; /*width of featured content slider*/
height: 266px;
background: #671e1f;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
width: 458px; /*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;
background: #671e1f;
}

.pagination{
width: 448px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 5px 10px;
background: #671e1f;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #671e1f;
font-size: 1px;
}

.pagination a:hover, .pagination a.selected{
color: #671e1f;
}

p.testimonial {
	margin: 0 0 10px 0;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	font-style:italic;
	line-height: 14px;
	}

p.customer {
	margin: 0 0 10px 0;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	font-style:normal;
	text-align: right;
	line-height: 14px;
	}

.quote {
	color: #ffffff;
	font-weight: bold;
	font-size: 25px;
	line-height: 14px;
	}
