.sliderwrapper{
	position:relative; /*leave as is*/
	overflow:hidden; /*leave as is*/
	width:580px; /*width of featured content slider*/
	height:265px;
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding:0 5px;
	background:white;
	width:568px; /*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;
	border-left:1px solid #666;
	border-right:1px solid #666;
}
.sliderwrapper .contentdiv img{margin-left:-1px;}

.pagination {width:580px;text-align:center;display:block;height:21px;font-size:12px;}
.pagination a {padding:6px 15px 6px 15px;font-weight:bold;letter-spacing:1px;background: url(/images/bg/tab.png) repeat-x center top;margin-bottom:-1px;color:#666;border-left:1px solid #666;border-right:1px solid #666;border-bottom:1px solid #666;margin:0 2px;}
.pagination a:hover {color:#333;}
.pagination a.selected{padding:7px 15px 6px 15px;color:#000;background:#fff;color:#CC0000;border-top:1px solid #666;border-bottom:1px solid #fff;}


.pagination2 {width:580px;text-align:center;display:block;height:30px;font-size:11px;}
.pagination2 a {padding:3px 2px;letter-spacing:1px;color:#999;background:url(/images/bg/slideshow-off.png) top center no-repeat;display:block;float:left;width:26px;text-align:center;margin-top:-1px;}
.pagination2 a:hover {color:#333;}
.pagination2 a.selected{padding:3px 2px;color:#000;background:url(/images/bg/slideshow-on2.png) top center no-repeat;color:#CC0000;}

.contentsliderTop {background:url(/images/bg/contentslider_top.gif) top left no-repeat;width:580px;height:5px;display:block;}
.contentsliderBottom {background:url(/images/bg/contentslider_bottom.gif) top left no-repeat;width:580px;height:5px;display:block;}
