.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;

width: 220px; /*width of featured content slider*/
height: 100px;
}


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

padding: 0px 0px;
}

.pagination a{
padding:2px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #61749a;

}

.pagination a:hover, .pagination a.selected{
color: #800000;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background-color: #dbdbdb;
}


.pagination2{
width: 217px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
border: 1px;
padding: 0px 0px;
}

.pagination2 a{
padding:2px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #61749a;

}

.pagination2 a:hover, .pagination2 a.selected{
color: #eac531;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background-color: #dbdbdb;
}



/* PAGINA DE FOTOS */

.sliderwrapper2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;

width: 640px; /*width of featured content slider*/
height: 200px;
}

.sliderwrapper2 .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 5px;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 640px; /*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;
}

#slider4{
border-color: white;
margin-left: 0px;
height: 480px;
}

#paginate-slider4{
background-color: white;
border-color: white;
margin-left: 0px;
}

#paginate-slider4 a img{
width: 56px;
height: 36px;
border: 2px solid white;
margin-top: 5px;
}

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