.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 620px; /*width of featured content slider*/
	height: 250px;
}
.sliderwrapper2{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 295px; /*width of featured content slider*/
	height: 65px;
}
.sliderwrapper3{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 190px; /*width of featured content slider*/
	height: 90px;
}
.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0; /*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;
	font-weight: bold;
}
.sliderwrapper2 .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0; /*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;
	font-weight: bold;
}
.sliderwrapper3 .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0; /*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;
	font-weight: bold;
}
.slideHeadlinesSelector {
}
.pagination{
	margin-bottom: 20px;
}

.pagination a{
	text-decoration: none;
	color: #009900;
}

.pagination a:hover, .pagination a.selected{
	color: #FFFFFF;
	background-color: #009900;
}
.pagination2{
	margin-bottom: 20px;
}

.pagination2 a{
	text-decoration: none;
	color: #009900;
}

.pagination2 a:hover, .pagination2 a.selected{
	color: #FFFFFF;
	background-color: #009900;
}
