




/*Page related styles for you to view*/





#mycustomscroll2 {

/* Typical fixed height and fixed width example */
outline:none;



width: 860px;

height: 350px;

overflow: auto;

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

/* position: relative;*/

float:left;

margin-top:80px;

/*margin: 0.3em auto;*/



}





.fixedwidth {

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


width: 1560px;

height: auto;

position: relative;

color: black;

padding: 1px;

}

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


/* general page style ends here */
