#mycustomscrollWide {
	/* Typical fixed height and fixed width example */
width: 554px;
	height: 178px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	text-align: left;
	margin-top: -12px;
	margin-left: 12px;
	border: 1px solid #E0E0E0;
	background-color: #F6F7F9;
}

#mycustomscrollWideNo {
	/* Typical fixed height and fixed width example */
width: 554px;

	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	text-align: left;
	margin-top: -12px;
	margin-bottom: 0em;
	margin-left: 12px;
	border: 1px solid #E0E0E0;
	background-color: #F6F7F9;
}

#mycustomscrollSamples {
	/* Typical fixed height and fixed width example */
width: 360px;
	height: 380px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	text-align: left;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 0px;
}


.mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 340px;
height: 250px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0em auto;
padding: 15px;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
padding: 1px;
}
