/* this makes the scrollbar in ie6/pc disappear, but
prevents safari to display any images...
html { overflow:hidden; }
*/
html { box-sizing: border-box; border:none;
	}
body {
	background-image:url(bg.gif);
	text-align:center;
	font-family:sans-serif;
	font-weight:bold;
	overflow:hidden;
	vertical-align:bottom;
	}
#display {
	position:absolute; left:0px; width:100%; bottom:150px;
	}
#display img { cursor:pointer; }
#caption {
	position:absolute; left:0px; width:100%; bottom:160px;
	color:#808080;
	}
#browserclip {
	position:absolute; left:0px; width:100%; bottom:40px;
	clip:rect(0px,auto,auto,0px);
	border-bottom:1px solid black;
	border-top:1px solid black;
	}
#browser {
	white-space:nowrap;
	position:relative;
	height:104px;
	}
#browser img { margin:2px; cursor:pointer; height:100px;
	border-left:1px solid black; padding-left:4px; }
#navbar {
	position:absolute; left:0px; width:100%; bottom:20px;
	}
#scrollb { cursor:w-resize; }
#scrollf { cursor:e-resize; }