/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;font-size: 1px;position: absolute;
top: 0; left: 0;}

.vscrollerbase {
width: 10px;
background-color: white;}
.vscrollerbar {
width: 10px;height: 70px !important;
background:#0066FF url(barra.gif);
}
.hscrollerbase {
height: 10px;
background-color: white;}
.hscrollerbar {
height: 10px;
background-color: white;
}
.scrollerjogbox {
width: 10px;height: 10px;
top: auto; left: auto;bottom: 0px; right: 0px;background-color: white;}

#mycustomscroll {
/* Typical fixed height and fixed width example */
border:0px solid #eeeeee;
width: 100%;
height: 400px;
overflow-y: auto;
overflow-x: hidden;
margin:10px 0px 30px 0px;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
}

/* ul Ticker Vertical */
#TickerVertical {background: url(fondo.gif);width: 515px;list-style: none;margin: 0;padding: 0;}
#TickerVertical li {text-align:justify; padding:0px 5px 30px 5px;}
#TickerVertical li .NewsTitle{font-weight:bold; margin:0px 0px 15px 0px;}
#TickerVertical li .NewsImg{float:left;margin-right:10px;}