.sliderwrapper{
	position: relative;
	overflow: hidden;
	border-bottom-width: 0px;
	width: 208px;
	height: 234px;
	background-image:url('../images/slider-bg.jpg');
	background-repeat:no-repeat;
	left: 0px;
	top: 0px; background-position-y:50%
}
.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: 208px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 234px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.slideintro {
	font-family: arial;
	font-size: 12px;
	font-weight: none;
	color: #000000;
	text-decoration: none;

}


.pagination{
width: 90px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 22px;
text-align: center;
position: top; /*leave as is*/
background: #121417;
background-repeat:no-repeat; 
padding: 0px; 
padding-left: 10px;

}

.pagination a{
color: #00007D;
background: #121417;
width: 93px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 22px;
padding: 6px;
background-image:url('../images/news-gdot.gif'); 
background-repeat:no-repeat; 
background-position-y:100%;
font-size: 0px;
font-family: arial;
text-decoration: none; 

}
.pagination a:hover, .pagination a.selected{
color: #00007D;
background: #121417;
width: 93px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 22px;
padding: 6px;
background-image:url('../images/news-ydot.gif'); 
background-repeat:no-repeat; 
background-position-y:100%;
font-size: 0px;
font-family: arial;
text-decoration: none; 
}

