.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	border-bottom-width: 0px;
	width: 240px; /*width of featured content slider*/
	height: 218px;
}
.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: white;
width: 240px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 218px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
/*
.pagination{
width: 240px; 
text-align: right;
background-color: navy;
padding: 0px;
}

.pagination a{
padding: 0px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
*/
.sliderwrapper .contentdiv .slide-caption {
	color:#FFF;
	width: 240px;
	height: 30px;
	position: absolute;
	bottom: 5px;
	background-image: url(img/bg.png);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 3px;
	text-align: center;
	z-index: 1;
}

