.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden;
width: 800px; /*width of featured content slider*/
height: 500px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
background-color: #666666;
}



.sliderwrapper .contentdiv{
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
width: 800px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 500px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
text-align: center;
visibility: hidden;
}

.pagination{
width: 800px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #000000;
padding-top: 5px;
padding-right: 15px;
padding-bottom: 5px;
padding-left: 0px;
text-transform: uppercase;
}

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

.pagination a:hover, .pagination a.selected{
color: #999999;
background-image: url(imagenes/taquito.gif);
}
