
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 908px;
height: 112px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background: url(../images/bgrd-slideicon.jpg) repeat-x;
margin: 0 auto 0.3em auto;
padding: 0;
text-align: left;
}



.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
height: 93px;
position: relative;
color: black;
padding: 0px;
}

.fixedwidth img{
margin-right:10px;
}