.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 327px; /*width of featured content slider*/
	height: 334px;
}
.background {
	background-image: url(../pictureshow/NavBar_no_buttons.gif);
	background-repeat: no-repeat;
	background-position: center center;
}


.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;
	width: 327px; /*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{
	width: 327px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	height: 20px;
	text-align: center;
	background-image: url(../pictureshow/NavBar_no_buttons.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
	padding-top: 3px;
	vertical-align: middle;
	padding-bottom: 2px;
}

.pagination a{
	text-decoration: none;
	background-image: url(../pictureshow/button.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-right: 7px;
	padding-left: 7px;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 10px;
	bottom: 5px;
}

.pagination a:hover, .pagination a.selected{
	background-image: url(../pictureshow/rollover.gif);
	background-repeat: no-repeat;
	background-position: center;
}
