BODY {
	background: url("ice-bg.jpg");
	background-repeat: no-repeat;
	margin: 0px;
}

DIV.head {
	background-color: #f0f0f0;
	font-family: Calibri, Arial;
	font-size: 14pt;
	padding: 2px 0 3px 0;
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 5px;
}

DIV.container {
	position: relative;
}

DIV.filters {
	width: 150px;
}

DIV.filters UL LI {
	margin-left: -15px;
}

DIV.content {
	position: absolute;
	top: 0;
	right: 0;
	left: 150px;
}

DIV.thumbs {
	width: 100%;
	overflow-x: scroll;
	white-space: nowrap;
}

DIV.preview {
	text-align: center;
}