.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 6px;
width: 400px; /*width of featured content slider*/
height: 220px;
background-color:#ffffff; border:2px solid gray;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
width: 400px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
}

.menudir {color:#ffffff;font-family:verdana;font-size:13px;padding:10px 10px 0px 10px;font-weight:bold;text-transform:uppercase}

.afiliado {font-size:13px; font-family:Segoe UI, Arial, Helvetica, sans-serif; color:#28166F; font-weight:bold }