﻿.sliderwrapper{
	border-style: solid;
	border-width: 5px 5px 10px 10px;
	border-color: #fff;
	position: relative; /*leave as is*/;
	overflow: hidden; /*leave as is*/;
	width: 850px; /*width of featured content slider*/
	height: 400px;
	color: #fff;
	font-size: 8pt;
	font-family: Tahoma;
}
.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/;
	position: relative; /*leave as is*/;
	left: 0; /*leave as is*/;
	top: 0; /*leave as is*/;
	right:0;
	padding: 5px;
	background: #fff;
	width: 840px; /*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;
	color: #090909;
	font-family: Tahoma;
	font-size: 8pt;
}
.pagination{
	width: 700px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/;
	text-align: right;
	
	padding: 5px 2px 5px 2px;
}

.pagination a{
	color: #126fc4;
	
}

.pagination a:hover, .pagination a.selected{
	color: #bfe1ff;
	
}

