.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/*** Images Slider ******/
.sliderwrapper {
	position: relative; /*leave as is*/
	/*overflow: hidden; leave as is*/
	width:596px; /*width of featured content slider*/
	height: 268px;
	left:10px;
	
}
.sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	width:596px; /*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;
	text-align:left;
}
.sliderwrapper div.paginationholder {
	height: 22px;
	margin-left: 512px;
	top: 268px;
	position: absolute;
	z-index: 9999;
}
#tdpaginationholder {
	padding:0;
}
@media \0screen {
.pagination a.toc {
	text-indent:-99999px \9 !important;
	font-size:12px  \9 !important;
	background-position:0 5px !important;
}
}
.pagination a.toc {
	background: url("dot.gif") no-repeat 0 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    line-height: 18px;
    padding: 0 5px;
	color:#ffffff;
	#text-indent:1px;
	width:0;	
	margin:0;
}
.pagination a.selected {
	background:url(dot-red.gif) no-repeat 0 1px;
	padding:0 5px;
}
.pagination a:hover {
	text-decoration:none;
}
a.next {
	outline:none;
}