.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 295px; /*width of featured content slider*/
	height: 125px;
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 10;  /*leave as is*/
	width: 295px; 
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
	width: 295px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	height:1px;
}

.pagination a{
	color: #a3a0a0;
	font-family: Verdana;
	font-size: 11px;
}

.pagination a:hover, .pagination a.selected{
	color: #666666;
}






.sliderwrapper2{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 295px; /*width of featured content slider*/
	height: 125px;
}

.sliderwrapper2 .contentdiv2{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 10;  /*leave as is*/
	width: 295px; 
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination2{
	width: 295px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	height:1px;
}

.pagination2 a{
	color: #a3a0a0;
	font-family: Verdana;
	font-size: 11px;
}

.pagination2 a:hover, .pagination2 a.selected{
	color: #666666;
}
