.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid #eeeeee;
width: 355px; /*width of featured content slider*/
height: 220px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: #666666;
width: 355px; /*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: 335px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
color: #fff;
background-color: #333333;
padding: 5px 5px;
}

.pagination a{
padding: 5px;
text-decoration: none; 
color: #fff;
}

.pagination a:hover, .pagination a.selected{
padding: 5px;
color: #fff;
background-color: #cc0000;
}

.menu_slider { font-family: georgia, serif; 
	font-size: 18px; 
	line-height: 1.6em;
	color: #dddddd}
a.menu_slider:link {text-decoration: none; color: #fff}
a.menu_slider:hover {text-decoration: underline}
a.menu_slider:active {text-decoration: none; color: #fff}
a.menu_slider:visited {color: #cccccc}