.sliderwrapper{
padding: 0;
margin:0;
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 10px solid #363636;
border-bottom-width: 6px;
width: 475px; /*width of featured content slider*/
height: 265px;

}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0;
margin:0;
background: black;
width: 475px; /*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: 475px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #363636;
padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #363636;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}

/* Thumbs */

#slider4{
border-color: #363636;
margin: 0;
padding: 0;
height: 280px
}

#paginate-slider4{
background-color: darkred;
border-color: darkred;
margin: 0 2px 0 2px;
}

#paginate-slider4 a img{
width: 75px;
height: 40px;
border: 2px solid gray;
margin: 2px 0 5px 10px;
padding:0;
}

#paginate-slider4 a img:hover, #paginate-slider4 a.selected img{
border: 2px solid red;
}

/* Text and Links */

h2.featuredTitle {	
width:475px;	
height:55px;	
line-height:1.1em;	
font:bold 20px;
text-align:left;
display:block;
background: url(images/fp/slider/transparent.png);
position:absolute;	top:235px;
}

h2.featuredTitle a {	
color:#fff;	
text-decoration:none;
display:block;	
padding:6px 5px 0 10px;
}

h2.featuredTitle a:hover {	
text-decoration:underline;
}

