.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px dashed #fff;
border-bottom-width: 0px;
width: 515px; /*width of featured content slider*/
height: 250px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: #DFD4A7;
width: 505px; /*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;
}

.pagination{
width: 495px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background-color: #607F4F;
padding: 5px 10px;
border: 1px solid #808080;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #000;
background: #8CAF78;
border: 1px solid #fff;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #DFD4A7;
}
TABLE#slider IMG
{
border: 1px solid #eee;
height: 230px;
margin-right: 10px;
}
TABLE#slider H3 A
{
color: #607F4F;
margin-left: -5px;
}
TABLE#slider A.button
{
	color: #FFFFFF;
	border: 1px solid #FFF;
	background-color: #8CAF78;
	font-weight: bold;
	padding: 2px;
}
TABLE#slider A.button:hover
{
	background-color: #849173;
	color: #FFF;
}
TABLE#slider p
{
font-size: 85%;
}
