﻿.sliderwrapper{
	margin: 0px;
	position: relative; /*leave as is*/;
	overflow: hidden;
/*leave as is*/
  width: 610px; /*width of featured content slider*/;
	height: 310px;
}
.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/;
	position: absolute; /*leave as is*/;
	left: 0; /*leave as is*/;
	top: 0; /*leave as is*/;
	width: 600px; /*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;
}
.left-bottom {
	margin: 220px 0px 6px 6px;
	float: left;
}
.left-top {
	margin: 10px;
	float: left;
}
.right-bottom {
  margin: 230px 6px 6px 0px;
  float: right;
}
.right-top {
  margin: 6px;
  float: right;
}
.slider-text {
	padding: 10px;
	height: 64px;
	position: relative;
	font-size: 14px;
	color: #FFFFFF;
	line-height: normal;
	vertical-align: baseline;
	background-image: url('slider-text-bkg.png');
	background-repeat: repeat;
	width: 570px;
}
.slider-text p{
  margin: auto 0px auto 0px;
}
.slider-text a:link {
	border-style: none;
	color: #FFFFFF;
}
.slider-text a:visited {
	border-style: none;
	color: #FFFFFF;
}
.slider-text a:hover {
	color: #FFFFCC;
}
.pagination{
	margin: 0px 0px 6px 0px;
	width: 600px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/;
	text-align: center;
}
.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #000000;
	font-size: 15px;
}
.pagination a:hover, .pagination a.selected{
	color: #000000;
	background-color: #66CCFF;
}
