.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border-bottom-width: 6px;*/
width: 570px; /*width of featured content slider*/
height: 350px;
margin: 0;
padding: 0;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0; /*5px as is*/
/*border: 1px solid green;*/
width: 568px; /* 390px width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 348px;   /*  WAS 100%  */
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.sliderwrapper .contentdiv p {
margin: 0;
padding: 12px;
line-height: 1.35em;
}
.sliderwrapper .contentdiv p img{
float: left;
padding-right: 8px;
padding-bottom: 8px;
}

.pagination{
/*width: 400px; Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
padding: 0;
margin: 0;
}
.pagination p {
/*width: 400px; Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
/*background-color: navy;*/
padding: 0;
margin: 0;
padding-bottom: 10px;
}

.pagination p img {
margin: 0 4px;
padding: 0;
border: none;
}

.pagination a {
/*padding: 0;
margin: 0;
*/
text-decoration: none; 
/*color: #6d0820;*/
border: none;
/*background: white;*/
}

.pagination a:hover, .pagination a.selected{
	/*background-image: url(images/gallery_res_hover.gif);
	background-position: center top;
	background-repeat: no-repeat;
	color: #000;
	background-color: #FEE496;*/
	border-bottom: 2px dotted #333333;
}

.pagination a.selected{
	/*background-image: url(images/gallery_res_hover.gif);
	background-position: center top;
	background-repeat: no-repeat;
	color: #000;
	background-color: #FEE496;*/
	border-bottom: 2px dotted #000000;
}
