

.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: none;
	height: 62px;
	width: 310px; /*width of featured content slider*/
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding:2px 4px 0;
	/* width should equal the width set in the sliderwrapper (above), minus any side padding */
	width: 302px; /*width of content DIVs within slider. Total width should equal slider's inner width (302+4+4=310) */
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	z-index:1;
}

.pagination
{
	width: 310px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: center;
	padding: 0 0 1px;
	height: 17px;

}

.pagination a,
.pagination a:link,
.pagination a:visited
{
	border:1px solid #000000;
	color:#ffffff;
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	text-decoration: none; 	
}

.pagination a:hover,
.pagination a.selected
{
	background-color: #e8c844;
	color: #000000;	
}
