.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border:0px solid #ff0000;
width: 811px; /*width of featured content slider*/
height: 215px;

}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
border:0px solid #ff0000;

  /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */


}

.pagination{
width: 780px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
border:0px solid #ff0000;
margin-top:4px;
/*background-color:#ffffff;*/





}

.pagination a{
font-size:12px;
font-family: Arial, Helvetica, sans-serif; 
float:left;
width:113px;
font-weight:bold;
text-decoration: none; 
color: #333333;
line-height:32px;
border:0px solid #ff0000;
text-align:center;
/*background-color:#FFE376;*/
background:url('images/yellow_tab.gif');
background-repeat:no-repeat;
background-position:center;
}


.pagination a:hover, .pagination a.selected{
font-size:12px;
float:left;
width:113px;
text-align:center;
font-family: Arial, Helvetica, sans-serif; 
color: #ffffff;
font-weight:bold;
background:url('images/blue_tab.gif');
background-repeat:no-repeat;
/*background-color: #217DBD;*/

line-height:32px;
}


/*html css*/
.bluehead {
font-family:Arial, Helvetica, sans-serif;	
font-size: 44px;
font-weight: bold;
color: #1F7DB0;
border:0px solid #ff0000;
text-align:left;
}
.bluehead a:link{
font-family:Arial, Helvetica, sans-serif;	
font-size: 44px;
font-weight: bold;
color: #1F7DB0;
border:0px solid #ff0000;
text-align:left;
}
.bluehead a:visited{
font-family:Arial, Helvetica, sans-serif;	
font-size: 44px;
font-weight: bold;
color: #1F7DB0;
border:0px solid #ff0000;
text-align:left;
}
.bluehead a:hover{
font-family:Arial, Helvetica, sans-serif;	
font-size: 44px;
font-weight: bold;
color: #1F7DB0;
border:0px solid #ff0000;
text-align:left;
}



.itemsgreen {

	font-family:Arial, Helvetica, sans-serif;
	font-size: 19px;
	text-align:left;
	font-weight: bold;
	color: #819A47;
	text-decoration: none;
}


