/*******************************************************************************
    Front Page Content Slider
*******************************************************************************/
#heropic {
	clear: both;
	margin: 0 0 6px;
	position: relative;
	z-index: 0;
}
.sliderwrapper { 
	position: relative;  /*leave as is*/ 
	overflow: hidden; /*leave as is*/ 
	border: 0; 
	width: 650px; /*width of featured content slider*/ 
	height: 360px; 
	z-index: 0; 
}
.sliderwrapper .contentdiv { 
	visibility: hidden; /*leave as is*/ 
	position: absolute; /*leave as is*/ 
	left: 0;  /*leave as is*/ 
	top: 0;  /*leave as is*/ /*padding: 5px;*/ 
	background: none; 
	height: 360px; 
	width: 650px; /*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; 
	z-index: 0;
}
.pagination { 
	position: absolute; 
	width: 630px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/ 
	text-align: right; 
	background: none; 
	right: 20px; 
	bottom: 20px; 
	z-index: 99; 
}
.pagination a { 
	padding: 4px 5px; 
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	text-align: center; 
	color: #000; 
	background: #CCC; 
	margin-right: 0; 
	z-index: 0; 
	border: #a8a8a8 solid 1px;
}
.pagination a:hover, .pagination a.selected { 
	/*background: url(mysource_files/pagination-bg2.gif) center no-repeat; */
}
.pagination a:hover, .pagination a.selected { 
	background: #FFF; 
	border: #a8a8a8 solid 1px;
}

/*******************************************************************************
    Flash player for video/audio
*******************************************************************************/

#content-inner #flash_player {
	clear: both;
	background-color: #fff;
	color: #000;
	margin:10px 5px;
	height: auto;
	width: 100%;
}
#content-inner #mediaplayer_wrapper {
	clear: both;
	background-color: #fff;
	color: #000;
	height: auto;
	width: 100%;
	margin:10px 0;
}