/* =Internet Explorer Fixes
----------------------------------------------------------------------*/
#pics {
	height: auto;
}
.gallery a
{
	position: relative;
}

.gallery a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
}

.gallery a:hover .preview
{
	top: -30px;
	left: -35px;
}

.gallery li
{
	position: static;
}

