.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/* border: 1px solid navy; */
border-bottom-width: 1px;
width: 100%; /*width of featured content slider*/
height: 360px;

}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
border:0px solid red;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 100%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
/*background-color: #ccc;*/
position: relative;

top: -30px;
z-index:500;
line-height:1.25em;
margin:0;
padding:0;
padding-right:0px;	
margin-bottom:-15px;

/*
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
*/


}


.pagination a{
/*font-family: Century Gothic;*/

font-size: 10pt;
text-decoration: none; 
color: #000;
padding-top:3px;
padding-left:5px;
padding-right:5px;
padding-bottom:3px;

background: #fff;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background: #fff url(/nfchatest/eweb/style/2k13/images/CHATopHeaderBG.png) repeat scroll center;
}


#paginate-slider2 a, 
#paginate-slider2 a:link,
#paginate-slider2 a:visited
{color:black;}

#paginate-slider2 a:hover
{color:white;}
#paginate-slider2 a.selected
{color: white;}
/*
.pagination a{
font-family: Century Gothic;
font-size: 10pt;
text-decoration: none; 
color: #000;
padding:3px;

background:  url(/nfchatest/eweb/style/2k13/images/BBpage1.png) repeat scroll center;
}
.pagination a:hover {


background:  url(/nfchatest/eweb/style/2k13/images/BBpage3.png) repeat scroll center;
}

 .pagination a.selected{


background:  url(/nfchatest/eweb/style/2k13/images/BBpage2.png) repeat scroll center;
*/
}


