div#mycustomscroll {
	width: 195px;
	height: 305px;
	overflow: auto;
	background-color:#D9D9D9;
	padding:5px 0 0 5px;
	}
	

.fixedwidth {
	width: 170px;
	height: auto;
	position: relative;
	color: #000;
	padding: 1px;
	}

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

.vscrollerbase {
	width: 9px;
	background: #666 url(../images/scrollbar.jpg) no-repeat top left;
	}

.vscrollerbar {
	width: 9px;
	background: #000;
	margin: 7px 0 7px 0;
	}

.hscrollerbase {
	height: 10px;
	background-color: #fff;
	}

.hscrollerbar {
	height: 6px;
	background-color: #000;
	}

.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background-color: #ccc;
	}
	
