
#mycustomscroll {

/* Typical fixed height and fixed width example */

width: 950px;

height: 149px;_height: 132px;
overflow: auto;

/* IE overflow fix, position must be relative or absolute*/

position: relative;

background-color: #fff;

margin:0 0;

padding: 0px;

	text-align: left;
margin-bottom:-28px;_margin-bottom:-0px;
}


.fixedwidth {

/* a wide div is used for creating horizontal scrollbars for demonstration purposes */

width: 1749px;

height: 129px;
_height: 100px;
position: relative;

color: black;

padding:0px;
margin:0px;

}

