#mycustom	{
	margin-top:5px;
	width:100%;
	height:440px;
}

.scrollgeneric {
	position: absolute;
	top: 0; 
	left: 0;
}

.vscrollerbase {
	opacity:0.9;
	width: 7px;
	background-color:none;
}
.vscrollerbar {
	opacity:0.9;
	width: 7px;
	background-color:#555;
}
.hscrollerbase {
	opacity:0.9;
	height: 7px;
	background-color:none;
}
.hscrollerbar {
	opacity:0.9;
	height: 7px;
	background-color:none;
}
