.midbar-slides {
	position:absolute;
	width:918px;
	height:359px;
	left:0px;
	top:0px;
	}
.sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 918px; /*width of featured content slider*/
	height: 359px;
	margin:0px auto 0 auto;
}
.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0px;  /*leave as is*/
	top: 0px;  /*leave as is*/
	width: 918px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 359px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	padding:0px;
	}
.pagination_container {
	position:relative;
	width:938px;
	margin:auto;
	}

.pagination{
	height:15px;
	z-index:100000000;
	position:absolute;
	right:180px;
	top:-25px;
	}
.sliderwrapper .contentdiv table td a{
	vertical-align:middle;
	}
.pagination .clear {
	font-size:0px;
	line-height:0px;
	height:0px;
	clear:both;
	}
.pagination .toc {
	text-indent:-9999px;
	overflow:hidden;
	display:inline-block;
	width:14px;
	height:14px;
	outline:none;
	margin:0 2px;
	background:url(../images/dots.png) no-repeat 0px -16px;
	font-size:0px;
	line-height:0px;
	overflow:hidden;
	text-indent:-99999px;
	}
 .pagination .toc:hover, 
 .pagination .toc.selected {
	background:url(../images/dots.png) no-repeat 0 0;
	}

/* PAGINATION
======================================*/
.pagination td {
	position:absolute;
	width:150px;
	}
.navdots {
	display:block;
	text-align:right;
	}
