.scrollgeneric {
	position: absolute;
	top: 0; 
}

.vscrollerbase {
	width:26px;
	height:25px;
	position: absolute;
}

.vscrollerbar {
	width: 26px;
	position: absolute;
	height: 25px !important;
	background-image: url(images/scrollbar.png);
}

* html .vscrollerbar {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='images/scrollbar.png');
	background-image: none;
	position: absolute;
}

.hscrollerbase {
	height: 25px;
	position: absolute;
}

.vscrollerbar, .hscrollerbar {
	padding: 0px;
	position: absolute;
	width:26px;
	height:25px;
}

#mycustomscroll .vscrollerbase {
	height:391px;
	visibility: hidden !important;
}


.flexcroll {
	width: 105px;
	height: 390px;
	overflow: auto;
	margin-top:-3px;
}

.emptyspace {
	height: 391px;
}
.container .middle .content_right #mycustomscroll{
	width:105px;
}