.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 280px; /*width of featured content slider*/
	height: 210px;
}
.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
	width: 280px; /*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{
	margin-top: 5px;
	width:280px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: center;
}
.pagination a{
	padding: 0px 2px 0px 2px; 
}
.pagination a:hover {
}
.pagination a.selected {
	font-weight: bold;	
}



.sliderMost{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 280px; /*width of featured content slider*/
	height: 210px;
}
.sliderMost .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
	width: 280px; /*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=0);
	-moz-opacity: 1;
	opacity: 1;
}

.paginationMost{
	margin: -12px -11px 14px -11px;
	width: 280px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
	height: 26px;
	line-height: 26px;
	border-bottom: 1px solid #D1D1D1;
}
.paginationMost a{
	padding: 0px 0px 0px 0px;
	display: block;
	float: left;
	width: 33%;
	text-align: center;
	background: none;
}
.paginationMost a#last {
	background: none;	
}
.paginationMost a:hover {
}
.paginationMost a.selected {
	font-weight: bold;	
}
