﻿.sliderwrapper{
	border-bottom-width: 6px;
	border: 2px solid #FF9999;
	position: relative; /*leave as is*/;
	overflow: hidden; /*leave as is*/;
	width: 584px; /*width of featured content slider*/;
	height: 250px;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/;
	position: absolute; /*leave as is*/;
	left: 0; /*leave as is*/;
	top: 0; /*leave as is*/;
	padding: 0px 1px 0px 2px;
	background: white;
	width: 580px; /*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;
	margin-right: auto;
	margin-left: auto;
}

.pagination{
	background-position: left center;
	width: 570px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/;
	text-align: right;
	background-color: #3366FF;
	padding: 5px 10px;
	background-image: url('../images/menu-wo-text.png');
	background-repeat: no-repeat;
}
.pagination a{
	border: 1px dotted #FFFFFF;
	padding: 0 5px;
	text-decoration: none;
	color: #FFFFFF;
}
.pagination a.selected{
	border: 1px solid #333333;
	color: #000;
	background-color: #FFFFFF;
}
.pagination a:hover{
	border: 1px solid #333333;
	color: #000;
	background-color: #FFFFFF;
}