.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 290px; /*width of featured content slider*/
height: 265px;
}

#slider{ width:290px; float:left}
.sliderContent{ width:290px; float:left}
.sliderImage{ width:290px; float:left}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/

background-color:#F3F3EB ;
margin-left:1px;
width: 290px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter: alpha(opacity=70);
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
}

.pagination{
width: 290px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background-color: #F3F3EB;
margin-left:1px;
margin-top:3px;
color: #ffffff;
font-family:"Trebuchet MS";
font-size:13px; 
font-weight:bold;
}

.pagination a{
font-family:"Trebuchet MS";
font-size:13px; 
font-weight:bold;
padding: 0 2px;
text-decoration: none; 
color: #006666;
background-color: #C2C4A8;
}

.pagination a:hover, .pagination a.selected{
font-family:"Trebuchet MS";
font-size:13px; 
font-weight:bold;
color: #ffffff;
background-color: #006666;
}

#fotod{ width:290px; float:left; overflow:hidden;}
#fotod img{width:285px; border:0; margin-bottom:3px;}
