.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 0px solid /* /// #C31E1F  */;
	border-bottom-width: 0px;
	width: 550px; /*width of featured content slider*/
	height: 335px;
	background-image: url(/files/monitor_top.png);
	background-repeat: no-repeat;

}
.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;
	color:#fefefe;
	width: 474px; /*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;
	padding-top: 28px;
	padding-right: 28px;
	padding-bottom: 35px;
	padding-left: 28px;	
	
}

.pagination{
	width: 530px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	background-image: url(/files/monitor_nav.png);
	padding: 5px 10px;
	font-size: 8px;
	background-repeat: no-repeat;
	background-position: 1px;
}

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #FFF;
	background-color: #666;
}

.pagination a:hover, .pagination a.selected{
	color: #333;
	background-color: #f7f7f7;
}
