#content {
padding-top: 5px;
}

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 550px;
height: 270px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: transparent;
margin: auto;
padding-left: 15px;
padding-right: 15px;
}

/* Scroll Bar Master Styling Starts Here */

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

.vscrollerbase {
width: 5px;
background-color: #CDCDCD;
}
.vscrollerbar {
width: 5px;
background-color: #B00000;
}

