.sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: auto; /*width of featured content slider*/
	height: 300px;
	margin-bottom:14px;
}
.sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	width: 937px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 520px;
	background-color:#898989;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.sliderwrapper2 {
	background-image: url(images/toptopright.jpg);
	height: 26px;
	width: 843px;
	line-height: 26px;
	color: #333;
	float:left;
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
}
.sliderwrapper2 .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	width: autopx; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 26px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	padding-left: 15px;
}
.pagination {
	text-align:center;
	float:right;
	
}

.pagination a.selected {
	color: #FFF;
	background-image: url(../images/contentsliderlink.gif);	
}
.pagination a, .pagination a:visited  {
	text-decoration: none;
	color: #333;
	display: block;
	height: 18px;
	margin-right: 15px;
	margin-top: 8px;
	padding-bottom: 0;
	float: left;
	line-height: 18px;
	width:100px;
}

.pagination a:hover {

}

