/* anchor styles */
a.ImageGallery:link, a.ImageGallery:visited, a.ImageGallery:active{
	color:#2F358E;
	text-decoration:none;
}
a.ImageGallery:hover{
	color:Blue;
	text-decoration:underline;
}

/* layout/text styles */
.ImageGalleryButton, .ImageGalleryButton_Disabled{
	color:#FB0000;
	border:1px solid #F1F2F2;
	font-family:Georgia, Times, Verdana;
	font-size:12px;
	padding:5px;
}
.ImageGalleryButton_Disabled{
	color:Gray;
}
.ImageGalleryCurrent{
	font-family:Verdana, Arial;
	font-size:12px;
}
.ImageGalleryThumbnail{
	font-family:Verdana, Arial;
	font-size:11px;
}

img.ImageGallery{
	background-color:#F1F2F2;
	border:1px solid Silver;
}