.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid #C2C7CA;
width: 300px; height: 270px; }

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 300px; /*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: 125px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 270px; text-align: left; padding: 1px 1px; background-image: url("images/fondo_rotador.png"); background-repeat: repeat-y; }

.pagination a { padding: 0 5px; text-decoration: none; color: #16387C; FONT-FAMILY: "sans serif",tahoma,arial; FONT-SIZE: 11px; display:block; width:100%; height:54px; }

.pagination a:hover, .pagination a.selected{ width: 120px; color: #FFF; background-color: #6F0F8D; background-image: url("images/fondo_rotador2.png"); background-repeat: repeat-y; }
.titular { FONT-FAMILY: arial,tahoma; FONT-SIZE: 11px; color: #FFFFFF; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; line-height: 1.2em; }