.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 200px; /*width of featured content slider*/
	height: 322px;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute;  /*leave as is*/
	padding: 5px 5px 5px 5px;
	width: 188px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 294px;















































filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFF;
	border-left: solid 1px #666;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
}

.pagination{
	width: 198px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 16px;
	height: 20px;
	font-weight: bold;
	border-left: solid 1px #666;
	border-top: solid 1px #666;
	border-right: solid 1px #666;
	padding-top: 3px;
}

.pagination a{
	color: #FFF;
	text-decoration: none;
	vertical-align: bottom;
	padding: 2px 6px 1px 6px;
}

.pagination a:hover, .pagination a.selected{
	color: #09C;
	background-color: #FFF;
}
