﻿/* the following styles are used in the gallery pages */

a.gallery_browse {
	display:block;
	width:240px;
	height:200px;
	float:left;
	color:gray;
	font-size:.75em;
	text-decoration:none;
	overflow:hidden;
	/*     t  r  b  l */
	margin:0 10px 6px 0;
}

a.leftmost {
	margin-right:0;
} 

a.gallery_browse img {
	border:1px gray solid;
}

a.gallery_browse:hover {
	color:white;
}

a.gallery_browse:hover img {
	border-color:white;
}


