

#mycustomscroll {

	/* Typical fixed height and fixed width example */

	width: 520px;

	height: 400px;

	overflow: auto;

	padding-left:75px;

	padding-right:10px;

	padding-top:10px;

	/*overflow-x:hidden;*/

	/* IE overflow fix, position must be relative or absolute*/

	/*position: absolute;*/

	float:left;

	background-color: #F1F1F1;

}



.fixedwidth {

/* a wide div is used for creating horizontal scrollbars for demonstration purposes */

width: 550px;

height: auto;

position: relative;

color: red;

padding: 1px;

}


