.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
border-bottom-width: 0px;
width: 660px; /*width of featured content slider*/
height: 230px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
background:url(../_images/highlight_bg.jpg) center center no-repeat #ffffff;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
margin-top:2px;
width: 650px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
padding: 5px 5px;
background:url(../_images/numbers_bg.jpg) repeat-x top center #000000;
}

.pagination a{
padding: 0 5px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
text-decoration: none; 
color:#CCCCCC;
}

.pagination a:hover, .pagination a.selected{
color:#FF0000;
}



.event_container {
	padding:5px;
	}

.event_img {
	height:200px;
	width:250px;
	float:left;
	}

.event_content{
	float:left;
	}
	
.event_title{	
	padding-bottom:10px;
	border-bottom:2px dashed #ffffff;
	color:#FFFFFF;
	font-size:11px;
	}
	
.event_desc{	
	padding-top:10px;
	color:#FFFFFF;
	font-size:11px;
	}
	
.blue_title {
	color:#c7dff5;
	font-size:13px;
	}
	
a.blue_link {
	color:#c7dff5;
	}
	
a:hover.blue_link {
	color:#c7dff5;
	text-decoration:underline;
	}