/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */
 
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 630px; 
height:417px;
overflow: auto;
font-family:Georgia, "Times New Roman", Times, serif;	
font-size:11px;
color:#000000;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #FFD895;
margin:23px 30px 1px 80px;
padding: 2px;

}

.scrollgeneric {
                font-size:11px;
                color:#000000; 
                position: absolute;
                font-family:Georgia, "Times New Roman", Times, serif;
               }

.vscrollerbase {
width: 11px;
background-image:url(../images/scroll_bg.jpg);
background-repeat:no-repeat;
}
.vscrollerbar {
	width: 11px;
	background-image:url(../images/scroll_new.gif);
}
.hscrollerbase {
height: 4px;
background-color: #D0534D;
}
.hscrollerbar {
height: 4px;
background-color: #F80A00;
}



