#mycustomscroll {
/* Typical fixed height and fixed width example */
float:left;
height:380px;
width:370px;
overflow:auto;
margin-top:40px;
padding-left:30px;
text-align:left;
z-index:0;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
}

/* IE 6 SUCKS */

#container > #mycustomscroll{
padding-left:15px;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 340px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

/* general page style ends here */
