.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 370px; /*width of featured content slider*/
	height: 650px;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute;  /*leave as is*/
	top: 4px;  /*leave as is*/
	bottom:0;
	width: 370px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 647px;















filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	left: -3px;
}

.pagination{
color: #000;
font: 16px Arial Narrow;
text-decoration: none;
}

.pagination a{
font: 16px Arial Narrow;
text-decoration: none; 

}

.pagination a:hover, .pagination a.selected{
color: #000;
font: 16px Arial Narrow;
text-decoration: none;

}
.sliderwrapper2 {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 500px; /*width of featured content slider*/
	height: 650px;
}
