/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

#customScrollHero {
	margin-top:10px;
	height:265px;
	width:229px;
	overflow:auto;
	text-align: justify;
	outline: none;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
}

#customScrollSearch1 {
	margin-top:10px;
	height:290px;
	width:228px;
	overflow:auto;
	text-align: justify;
	outline: none;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
}

#customScrollSearch2 {
	margin-top:10px;
	height:290px;
	width:346px;
	overflow:auto;
	text-align: justify;
	outline: none;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
}

#customScroll1 {
	margin-top:10px;
	height:290px;
	width:587px;
	overflow:auto;
	text-align: justify;
	outline: none;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
}

#customScroll2 {
	margin-top:10px;
	height:290px;
	width:335px;
	overflow:auto;
	text-align: justify;
	outline: none;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
}

.customScrollInnerDiv {
	margin:0px 5px 0px 0px;
}

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

.vscrollerbase {
	width: 5px;
	/*background-color: #FFFFFF;*/
	background-image: url(images/flexcroll/scroll_bg.gif);
}

.vscrollerbar {
	width: 5px;
	background-color: #FFFFFF;
	/*background-image: url(images/flexcroll/vscroller2.png);
	background-repeat: repeat-y;*/
}

.hscrollerbase {
	height: 0px;
	background-color: #4888AC;
}

.hscrollerbar {
	height: 0px;
	background-color: #023048;
}

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

