.sliderwrapper{
background:url(img/contentslider_bck.gif) repeat-y left top;
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 270px; /*width of featured content slider*/
min-height: 100px;
}

.sliderwrapper .inner{
	background:url(img/contentslider_bck_top.gif) no-repeat top left;
	width: 270px; /*width of featured content slider*/
	min-height: 100px;
}


.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 8px;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
text-align:justify;font-size:90%;line-height:15px;
}

.sliderwrapper .contentdiv .quote_open{background:url(img/contentslider_quote.gif) no-repeat left -2px;}
.sliderwrapper .contentdiv .quote_close{background:url(img/contentslider_quote_close.gif) no-repeat left -2px;}

.sliderwrapper .contentdiv .message{
	height:75px;text-indent:3px;
}
.sliderwrapper .contentdiv .author{
	font-style:italic;color:#aaa;
}

.pagination{
width: 260px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align:center;
background-color: #a6a6a6;;
padding: 5px;
}

.pagination a{
padding: 2px 6px;
text-decoration: none; 
color: #00007D;
background:url(img/contentslider_num_bck.gif) left top no-repeat;
font-size:10px;
}

.pagination a:hover, .pagination a.selected{
color: #f00;
}