#mycustomscroll3 {
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	height: 140px;
	overflow-y: hidden;
	width: 442px;
	background-image: url(../images/team_scroll_03.gif);
	background-repeat: no-repeat;
}
#mycustomscroll {
	/* Typical fixed height and fixed width example */
width: 660px;
	height: 150px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	text-align: left;
	z-index: 2;
}
