.gallery {
	min-height: 0px;
	padding: 0;
	margin: 0px 0;
	list-style: none;
}
* html .gallery {
	height: 0px; /* min-height for lte IE6 */
}
.gallery.active {
	background: #eee;
}
#imgprev.li {
	float: right;
	width: 0px;
	padding: 0px 0px;
	margin: 0 0 8px;
}
.gallery td {
	display: block;
	padding: 7px;
	border: 1px solid #ccc;
	background: #fff;
}
.displayBox img {
	border: 10px solid #222;
}

/* img toolbar */
#imgprev div {
	float: right;
}
#imgprev div a{
	float: right;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px; /* Phark revisited image replacement */
}
#imgprev div a:focus {
	outline: 0;
}
.tb_supersize {
	background-image: url('../images/view_icon.gif'); /* Thanks to Iconbuffet.com */
}
/*
================================
=FLOAT CLEARING
================================ */
#body_wrap, ul.gallery, #trash div {
	display: inline-block;
}
#body_wrap:after, ul.gallery:after, #trash div:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html #body_wrap, * html ul.gallery, * html #trash div {
	height: 1%;
}
#body_wrap, ul.gallery, #trash div {
	display: block;
}

