div#accordion
{
	position: relative;
	top: -193px;
	z-index: 1;
	height: 350px;
}

#elements img { display: block; }
#elements { overflow: hidden; }

/* Makes IE work for some reason, without, images don't get clipped to within #elements */
#elements { zoom: 1; position: relative; }
/* and make the png’s work in IE 6.0 */
