div#FLASH {
	position : relative;
	visibility : visible;
	left : 0px;
	top : 0px;
	z-index : 0;
}


div#WAVES {
	position : absolute;
	visibility : visible;
	left : 0px;
	top : 0px;
	z-index : 1;
}

.onpagetabs {
	position : relative;
	float : left;
	margin-right : 1px;
}

#search_results_sorting_table {
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
}

#thumb_image_box {
	margin: 0px;
	padding: 1px;
	background: url(../Images/Website/pixel2.gif) right bottom left top;
	position: relative;
	float: left;
	margin-right: 0px;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
}

#main_image_box {
	margin: 0px;
	padding: 1px;
	background: url(../Images/Website/pixel2.gif) right bottom left top;
	position: relative;
	width: 400px;
}

#thumb_image_box_no_margins {
	margin: 0px;
	padding: 1px;
	background: url(../Images/Website/pixel2.gif) right bottom left top;
	width: 125px;
}

#image_overlay {
	position: absolute;
}

#blue_box_gridlines {
	margin: 0px;
	padding: 6px;
	border: 1px solid #78ABDC;
	background: #E9F1FC;
	height: auto;
	width: 95%;
}

@media print {

div#FLASH {
	visibility : hidden;
}

div#WAVES {
	visibility : hidden;
}

div#ONPAGEMENUITEMS {
	visibility : hidden;
}

}