.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0px; 
	left: 0px;
}
.hscrollerbase {
	height: 11px;
	background: #A8A9AD;
	cursor:pointer;
}
.hscrollerbar {
	height: 11px;
	background: #797B83;
	cursor:pointer;
}
.hscrollerbar {
	padding: 10px;
	z-index: 2;
}
.hscrollerbasebeg {
	height: 10px !important;
	width: 10px !important;
	background:url(../images/scrollarrow_left.gif) no-repeat 3px 3px;
}
.hscrollerbaseend {
	height: 10px !important;
	width: 10px !important;
	background:url(../images/scrollarrow_right.gif) no-repeat 3px 3px;
}
#content {
	padding: 1em 0em;
	margin:0.1em 0em;
}
#mycustomscroll2 {
	/* Typical fixed height and fixed width example */
	width: 978px;
	height:400px;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0.3em 0;
	padding: 15px 0px;
}
