div.singleImage {
	border:1px solid black;
	float:left;
	padding:0px;
	margin-right:10px;
	margin-bottom:5px;
	}
div.singleImageFunctions {	
	padding-left:2px;
	border-top:1px solid black;
	font-size:10px;
	font-family:Arial;
	}
div.imagelist_freeflow {
	width:100%;
	height:expression(document.body.clientHeight-19);
	overflow:auto;
	overflow-x:hidden;
	}