#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 550px;
	height: 250px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	color: #816A44;
	text-align: left;
	background-color: #DDD1BB;
	margin-top:15px;
}

#hiddenField {
	display: none;
}

#scrollcontent {
	padding-left: 0px;
	padding-right: 10px;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 750px;
height: auto;
position: relative;
padding: 1px;
}

/* Scroll Bar Master Styling Starts Here */

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

.vscrollerbase {
width: 5px;
background-color: white;
}
.vscrollerbar {
width: 5px;
background-color: #968365;
}
.hscrollerbase {
height: 5px;
background-color: white;
}
.hscrollerbar {
height: 5px;
background-color: #968365;

.scrollerjogbox {
width: 3px;
height: 3px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}
