.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid #FFF;
border-bottom-width: 6px;
width: 260px; /*width of featured content slider*/
height: 300px;
}


#news .sliderwrapper .content {
	border: 0px;
	padding: 0px;
}

#news .sliderwrapper a {
	color: #636466;
	display:block;
	font-weight: normal;
	height:100%;
	width:100%
}
#news .sliderwrapper a:hover { text-decoration:none }

#news .sliderwrapper img {
	padding: 0;
}


.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0;
background: white;
width: 260px; /*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: 265px;  */ /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420) note: extending it 5px past what it should; want to line up with NEWS */
text-align: right;
background-color: #FFF;
/* padding: 5px 0px; */
float: right; /* added by bmargolis */
}

.pagination a{
/* padding: 0 5px; */
text-decoration: none; 
/* color: #4E96B1; */
background: white;
}

.pagination a:hover, .pagination a.selected{
/* color: #FFF; */
/* background-color: #DDA345; */
text-decoration: underline;
}

.pagination .prev
{
	width: 6px;
	height: 12px;
	color: #FFF;
	background: transparent url(../images/calendar/body_left_arrow.gif) no-repeat scroll left top;
}


.pagination .next
{
	width: 6px;
	height: 12px;
	color: #FFF;
	background: transparent url(../images/calendar/body_right_arrow.gif) no-repeat scroll right top;
}

