﻿#gallery 
{
position:absolute;
top:46px;
left:10px;
}

#thumbs-min
{
position:absolute;
top:25px;
left:131px;
}

#thumbs-min a
{
	font-family:Georgia;
	font-size:11pt;
	text-decoration:none;
}

#thumbs-min a:hover
{
	text-decoration:underline;
}


#thumbs-min ul
{
	list-style-type: none;
	height: 25px;
	margin: auto;		
	width: 400px;
}
#thumbs-min li
{
	float: left;
	margin-right:25px;
}

#thumbs-min ul.thumbs li.selected a.thumb 
{
	background: inherit;
	color: #D18E54;
}