.sliderwrapper_menu{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;

width: 475px; /*width of featured content slider*/
height: 65%;
}



.sliderwrapper_menu .contentdiv{

visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 15;  /*leave as is*/
top: 10;  /*leave as is*/
padding: 0px;
background: white;
width: 475px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 40;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;

width: 475px; /*width of featured content slider*/
height: 275px;
}



.sliderwrapper .contentdiv{

visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 10;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 475px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height:275px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;


}

.pagination{
font-family:  Arial, Tahoma, helvetica;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #cccccc;
	text-decoration: none;
	text-align:right;
	margin-right:15px;
	
}

.pagination a{
padding: 0 5px;

text-decoration: none; 
color: #000000;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: #cccccc;
}
