








#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width:100%;
height: 300px;
overflow: auto;
margin:0px auto;
z-index:0;
padding-bottom:0px;
background-color: none;
clear:both;
top:0px;
background-color:#B28D5A;
/* IE overflow fix, position must be relative or absolute*/
position:relative;
padding: 0px;

}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width:7025px;
height:auto;
clear:both;
padding: 0px;
}

/* general page style ends here */

.mcontentwrapper{padding:0px;}