/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
	width: 10px;
	background: url(../images/home_scroll.gif) no-repeat center top;
}
.vscrollerbar {
	width: 10px;
	background-image: url(../images/scrollbar_bg.gif);
	background-repeat: repeat-y;
}

.hscrollerbase {
height: 10px;
background-color: #FFFFFF;
}
.hscrollerbar {
height: 10px;
background-color: #FFFFFF;
}

.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: gray;
}
div#topic .flexcroll {	
	/* Typical fixed height and fixed width example */
	width: 284px;
	height: 260px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	background: url(../images/section_bg.gif) no-repeat;
}
div#topic .flexcroll .h {
	visibility: hidden;
}

.flexcrollactive .emptyspace {
	height: 260px;
	}


#mycustomscroll .vscrollerbase {
	visibility: hidden !important;
}
