﻿

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

 
.vscrollerbar {
width: 10px;
background-color: #cccccc;
background: url(images/scrollbar.png) -50px 0px repeat-y;
padding: 7px;
z-index:2;
}

.vscrollerbarbeg 
{
	height: 1px !important;
	width: 10px;
	background: url(images/scrollbar.png) -20px 0px no-repeat;
}

.vscrollerbarend
{
	height: 1px;
	width: 10px;
	background: url(images/scrollbar.png) -20px 0px no-repeat;
}

 
.vscrollerbase 
{
	 
width: 10px;
 
background-color: #ffffff;
background: url(images/scrollbar.png) -40px 0px repeat-y;

position:relative;
 
}

.vscrollerbasebeg 
{
	width: 10px;
	height: 7px !important;
	background: url(images/scrollbar.png) no-repeat;
}

.vscrollerbaseend 
{
	width: 10px;
	height: 7px !important;
	background: url(images/scrollbar.png) -10px 0px no-repeat;
}






 
 
