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

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute;  /*leave as is*/
	top: 0;
	background: white;
	width: 637px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 403px;
    filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
	width: 637px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
	height: 50px;
	line-height: 48px;
	padding-top:17px;
	background-image:url(../images/gallery_navigation_bg.jpg);
	background-repeat: repeat-x;
	float: left;
	border-top: 1px #cacaca solid;
	text-align:center;
}

.pagination a{
	text-decoration: none;
	color: #000000;
	background-image: url(../images/gallery_navbglink.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.pagination a:hover, .pagination a.selected{
	color: #FFFFFF;
	background-image: url(../images/gallery_navbghover.gif);
	background-repeat: no-repeat;
}
