

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #CCCCCC;
border-bottom-width: 6px;
width: 98%; /*width of featured content slider*/
height: 275px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 17px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 98%; /*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;
}

.slidewrapper .contentdiv img {
	border: 1px solid #333333;
	padding: 2px;
	margin: 2px;
}

.pagination{
width: 98%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
background-color: #2f4f42;
padding: 5px 5px;
}

.pagination a{
padding: 2 2px;
text-decoration: none; 

background: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #dcdadb;
}</pre>

</body>

</html>
