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

width: 180px; /*width of featured content slider*/
height: 217px;
}


.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: 180px; /*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: 170px; /*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: 170px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
border: 2px;
padding: 0px 0px;
}

.pagination2 a{
padding: 0px 3px 0px 3px;
color: #61749a;
text-decoration: none;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}

.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: 100px;
}

.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: darkred;
margin-left: 0px;
height: 480px;
}

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

#paginate-slider4 a img{
width: 80px;
height: 60px;
border: 2px solid gray;
margin-top: 5px;
}

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

/* PAGINA DE FOTOS */