.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 10px black;
border-bottom-width: 6px;
width: 650px; /*width of featured content slider*/
height: 330px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 10px 10px 10px 10px;
background: #000;
width: 630px; /*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;
color:#333;
font-family: Calibri, Trebuchet, Arial, Helvetica, sans-serif;
font-size:12px;

}


.pagination{
width: 200px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
background-color: black;
padding: 5px 10px;
font-family: Calibri, Trebuchet, Arial, Helvetica, sans-serif;
font-size:14px;

}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #ffffff;

}

.pagination a:hover, .pagination a.selected{
color: #ffcc00 ;

}
.heading {
	font-size:16px;
	font-weight:bold;
	color: #ffcc00;
}
.slideshow {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
color:#fff;
	
}

.slider a {
	color:#f7f8fa;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}

.slider a:hover {
	color:#ffcc00;
}
