/* GENERAL STYLES */
.GallerySet a
{
	float: left;
	border: 1px solid gray;
	width: 86px;
	height: 86px;	
	margin: 10px;
	margin-left: 15px;
	margin-bottom: 20px;
	margin-top: 0px;
	background-color: white;
}

.GallerySet a:hover
{
	background-color: gray;
}

.GallerySet a img
{
	border: 0px;
	padding: 3px;
	width: 80px;
	height: 80px;
}

div.GallerySet
{
	width: 99%; /* Yet another IE hack */
}

/* EDITOR PROPERTIES */
