

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 1px solid #cccccc;
border-bottom-width: 6px;*/
width: 600px; /*width of featured content slider*/
height: 130px;
float:left;
margin-left:14px;
margin-top:0px;
margin-bottom:20px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px 5px 5px 5px;
background: #000000; /*#DB0000;*/
width: 600px; /*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:#ffffff; 
text-align:justify;
}

.text444 { 
	width:555px;
	font-family:tahoma, arial,verdana;
	font-size:11px;
	text-align:justify;
	margin-top:8px;
	margin-left:5px;
	line-height:16px;
	}


.pagination{
width: 120px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
background-color:#ffffff;
float:left;
height:130px;
margin-top:0px;

}

.pagination a{
padding: 12px 5px 5px 5px;
text-decoration: none; 
margin-bottom:5px;
color:#FFF;
background: #999;
/*border-bottom:4px #fff solid;*/
border-left:4px #fff solid;
border-top:0px #fff solid;
font-family:arial,verdana;
font-size:15px;
font-weight:bold;
width:143px;
height:23px;
display:block;
}

.pagination a:hover, .pagination a.selected{
color:#fff;
background:#000000;
/*border-bottom:4px #fff solid;*/
border-left:4px #000 solid;
}
.contentdiv h1 {font-family:Helvetica,Arial, tahoma, calibri; font-size:22px; color:#00BDEB; display:inline; padding:5px 5px 5px 5px;}


