
.sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 697px; /*width of featured content slider*/
	height: 313px;
	}

.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: 697px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 313px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	z-index: -1px;
	}

.pagination {
	position: absolute;
	width: 436px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: left;
	background: none;
	padding: 6px;
	margin-top: -30px;
	font-size: 11px;
	font-weight: bold;
	z-index: +1000;
	}

.pagination a {
	padding: 10px;
	text-decoration: none; 
	color: #1c3c62;
	background: white;
	}

.pagination a:hover, .pagination a.selected {
	color: #000;
	background-color: #FEE496;
	}

.slideshow_info {
	background: #ffffff url(images/player_bg_sm.gif) bottom left repeat-x;
	float: right;
	width: 245px;
	height: 311px;
	border: 1px solid #8f8f91;
	overflow: hidden;
	}
	
.slideshow_info p {
	line-height: 1.7em;
	padding: 0px 15px 15px 15px;
	}
	
.slideshow_info h2 {
	text-align: center;
	padding-bottom: 0px;
	margin: 15px 15px 10px 15px;
	border-bottom: 1px solid #cf7902;
	}
