
#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 950px;
height: 200px;
/*border: 1px solid #0f0;*/
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background: url(../images/scroll_bg.gif) bottom left repeat-x #6e6e6e;
margin: 0;
/*margin: 1em auto;*/
}


/* hesido: notice the addition of emptyspace holder, it should slightly be bigger than the containing div */
/* and it should only be that big when fleXcroll is active for better degradation */
/* version 1.9.1 and up adds flexcrollactive class, but the script should work with 1.8.9 and up */
.flexcrollactive .emptyspace {
	height: 260px;
	width: 1000px;
	}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
text-align:left;
width: 2500px;
height: auto;
position: relative;
color: black;
padding: 1px;
}


