* {margin: 0; padding: 0;}

/* slidePro 1.0 default styles */
.svwp {width: 50px; height: 20px; background: #fff;} /*preloader stuff. do not modify!*/
.svwp ul{position: relative; left: -999em;}/*preloader stuff. do not modify!*/


/* slideViewer 1.0 default styles */
.svw {width: 50px; height: 20px; background: #fff;}
.svw ul{position: relative; left: -999em;}

.stripViewer { /* this is the DIV container for your UL of images */
position: relative;
overflow: hidden; 
border: 0; /* this is the border. should have the same value for the links */
margin: 0 0 0 0;
}
.stripViewer ul { /* this is your UL of images */
position: relative;
left: 0;
top: 0;
width: 1%;
list-style-type: none;
}
.stripViewer ul li { /* each image is arranged horizontally */
float:left;
}
.stripTransmitter { /* this is the DIV for your transmitter (the UL generated at run time that commands the list)*/
overflow: auto;
width: 80px!important;
position: absolute;
top: 10px;;
right: 0;
}
.stripTransmitter ul { /* the auto-generated set of links */
position: relative;
list-style-type: none;
}
.stripTransmitter ul li{ /* in this list too, each LI is arranged horizontally */
width: 15px;
float:left;
margin: 0 1px 1px 0;
}
.stripTransmitter a{ /* the links. */
text-align: center;
background: url(../img/botao.noticias1.1px.png) repeat-x;
color: #fff;
text-decoration: none;
display: block;
font-size: 9px;
font-weight:bold;
}
/*.stripTransmitter a:hover { 
background: #c50000;
color: #fff;
}*/
.stripTransmitter a.current, .stripTransmitter a.current:hover { /* current */
color: #DCDCDB;
}
/* end slideViewer default styles */
