/* Copyright 2009 TUNINFOFORYOU  */

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}
.vscrollerbase {
	width: 7px;
	background-color: none;
}
.vscrollerbar {
	width: 7px;
	background-color: #999;
}
.hscrollerbase {
	height: 7px;
	background-color: none;
}
.hscrollerbar {
	height: 7px;
	background-color: #999;
}
.scrollerjogbox {
	width: 10px;
	height: 10px;
}
.flexcroll {
	width: 520px;
	height: 200px;
	overflow: auto;
	position: relative;
	background-color: none;
	/*margin: 0.3em auto;*/
	/*padding-bottom:15px;
	margin-bottom:15px;*/
	/*z-index:-1;*/
}

.flexcrollactive .emptyspace {
	height: 260px;
}

#mycustomscroll .vscrollerbase {
	visibility: hidden !important;
}

