#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 570px;
height: 500px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
overflow:hidden;
border: 0px solid white;
background-image:url('../images/back_news.png');
padding:30px 10px 0 10px;
background-repeat: no-repeat;
color:white;
border:0px solid red;
margin-right:10px;
}

#mycustomscroll a{
text-decoration:none;}

#mycustomscroll a:hover p{
text-decoration:none;
color:#999999;
}

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 8px;
background-color: #2f78aa;
}
.vscrollerbar {
width: 8px;
background-color: white;
}
