﻿.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 10px solid #516144;
border-bottom-width: 6px;
width: 540px; /*width of featured content slider*/
height: 212px;
margin-top: 10px;
z-index: 200;
}
 * html .sliderwrapper {
 width:560px;/*for ie5.x win and ie6*/
 height: 228px;
 }


.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
z-index: 200;
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0;color: #000;
background: #e8e3d3;
width: 540px; /*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;
}

.sliderwrapper .contentdiv h3 {
	margin: 5px 0 4px 0;
}

.sliderwrapper .contentdiv p {
	margin: 0 5px 1.1em 0;
}

.pagination{
width: 540px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #516144;
padding: 5px 10px;margin-bottom: 18px
}
 * html .pagination {
 width:560px;/*for ie5.x win and ie6*/

 }



.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
