#pics {
	margin: auto;
	color: White;
	width: 480px;
	height: 262px;
	text-align: center;
	font-size: 12px;
}
.float-right {
	clear: right;
	float: right;
}
.gallery
{
	cursor: default;
	list-style: none;
	text-align: center;
	margin-left: -40px;
	margin-top: 0px;
}
.gallery a
{
	cursor: hand;
	position: relative;
}

.gallery a .preview
{
	display: none;
}
.gallery a:hover .preview 
{
	display: block;
	position: absolute;
	top: -27px;
	left: -32px;
	z-index: 1;
}
.gallery img
{
	padding: 1px;
	vertical-align: top;
	width: 150px;
	border: 1px double;
	background-color: #DEF8D3;
}
.gallery li
{
	color: inherit;
	display: inline;
	float: left;
	padding: 2px;
	position: relative;
	background-color: #EEFFDD;
	border: 1px solid;
}
.gallery .preview
{
	width: 220px;
	height: auto;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
}
#pics {
	height: auto;
}
.gallery a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
}

.gallery a:hover .preview
{
	top: -30px;
	left: -35px;
}

.gallery li
{
	position: static;
}