/* 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: 13px;
background:url(../images/tv/scroll_line.jpg) repeat-y; 
}
.vscrollerbar {
width: 12px;
background:#0085b1;
}


.vscrollerbar, .hscrollerbar {
padding: 10px 0px;
z-index: 2;
}

.vscrollerbasebeg {
background:url(../images/tv/scroll_top.jpg) no-repeat;
width: 13px;
height: 8px !important;
}
.vscrollerbaseend {
background:url(../images/tv/scroll_bot.jpg) no-repeat;
height: 8px;
width: 13px;
}



/* Scroll Bar Master Styling Ends Here */

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 150px;
height: 363px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
float:left;
background-color: #fff;
margin: auto;
padding: 0px;
position:relative;
}

#mycustomscroll4 {
/* Typical fixed height and fixed width example */
width: 500px;
height: 500px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
float:left;
background-color: #fff;
margin: auto;
padding: 0px;
position:relative;
}
