.sidebar-slides {
	position:absolute;
	left:0px;
	top:0px;
	width:180px; 
	height:160px;
	}
.sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width:180px; /*width of featured content slider*/
	height:160px;
	margin:0px auto 0 auto;
	border:1px solid #ffffff
}
.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0px;  /*leave as is*/
	top: 0px;  /*leave as is*/
	width:180px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height:160px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	padding:0px;
	}
.pagination_container {
	position:relative;
	width:180px;
	margin:auto;
	}

.pagination{
	height:15px;
	z-index:100000000;
	position:absolute;
	right:160px;
	top:-215px;
	}
.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;
	}
.midbar-slides {
	position:absolute;
	width:704px;
	height:223px;
	left:0px;
	top:0px;
	}
.images div {
	display:none;
	position:absolute;

}
.tabs {
	clear:both;
	margin-left:330px;
	position:absolute;
	right:4px;
	top:7px;
	display:none;
}

/* single tab */
.tabs a {
	width:14px;
	height:15px;
	float:left;
	margin:3px;
	background:url(../images/dots.png) 0 0px no-repeat;
	display:block;
	font-size:1px;		
	z-index:1000;
	position:relative;
	outline:none;
}

/* mouseover state */
.tabs a:hover {
	background-position:0 -16px;      
}

/* active state (current page state) */
.tabs a.current {
	background-position:0 -15px;     
} 	

