
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 690px;
height: 328px;
overflow: hidden;
/*left:9px;border: 1px solid red;*/

/* IE overflow fix, position must be relative or absolute*/
position: relative;
	text-align: left;
}




