.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 0px solid #ffffff;
	width: 480px; /*width of featured content slider*/
	height: 340px;
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
	background: #000000;
	width: 480px; /*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;
}

.sliderwrapper2{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 0px solid #ffffff;
	width: 400px; /*width of featured content slider*/
	height: 340px;
}
.sliderwrapper2 .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
	background: #000000;
	width: 400px; /*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;
}

.sliderwrapper3{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 0px solid #ffffff;
	width: 580px; /*width of featured content slider*/
	height: 340px;
}
.sliderwrapper3 .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
	background: #000000;
	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;
}
.sliderwrapper4{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 0px solid #ffffff;
	width: 265px; /*width of featured content slider*/
	height: 340px;
}
.sliderwrapper4 .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
	background: #000000;
	width: 265px; /*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;
}
.sliderwrapper5{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 0px solid #ffffff;
	width: 600px; /*width of featured content slider*/
	height: 350px;
}
.sliderwrapper5 .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
	background: #000000;
	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;
}

.pagination{
	width: 460px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
	background-color: #000000;
	padding: 8px 0px;
}

.pagination a{
	padding: 0px 5px 0px 2px;
	text-decoration: none; 
	color: #999999;
	background: #000000;
	border-right: 1px solid #666666;
	border-right-style: outset;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

.pagination a:last-of-type{
	border-right: 0;
	border-right-style: outset;
}

.pagination a:hover, .pagination a.selected{
	color: #ffffff;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

.pagination2{
	width: 460px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
	background-color: #000000;
	padding: 8px 0px;
}
.pagination2 a{
	padding: 0px 5px 0px 2px;
	text-decoration: none; 
	color: #999999;
	background: #000000;
	border-right: 0px solid #000000;
	border-right-style: outset;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

.pagination3{
	width: 380px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
	background-color: #000000;
	padding: 8px 0px;
}
.pagination3 a{
	padding: 0px 5px 0px 2px;
	text-decoration: none; 
	color: #999999;
	background: #000000;
	border-right: 0px solid #000000;
	border-right-style: outset;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}