﻿
#mycustomscroll2
{
	width: 725px; /*percantage width: make it 100% to match container*/
	height: 395px;
	overflow: auto;
	position: relative; /* IE overflow fix, position must be relative or absolute*/
	margin: 5px; /* top, right, bottom, left */
	padding: 5px;
	color: #FFFFFF;
	text-align: center;
	/*border:1px solid #FFFFFF;*/
}

/* Scrolling CSS */

.scrollgeneric
{
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}

.vscrollerbase
{
	width: 4px;
	background-color: black;
	cursor: pointer;
}
.vscrollerbar
{
	width: 4px;
	background-color: white;
}

/*.hscrollerbase {
height: 4px;
background-color: black;
cursor: pointer;
}
.hscrollerbar {
height: 4px;
background-color: white;
}*/

.scrollerjogbox
{
	width: 4px;
	height: 4px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background-color: gray;
}

