﻿.PhotoGalleryScroller
{
	min-height: 98px;
	width: 470px;
	overflow-x: scroll;
	overflow-y: hidden;
	overflow: scroll;
	border: solid 1px #776E6F;
	padding: 4px;
	background-color:#F0F4F8;
}

.GalleryLink
{
	display: block;
	width: 100%;
	height: 100%;
}

.GalleryItemDiv
{
	width: 90px;
	min-height: 70px;
	border: solid 1px #000000;
	background-color: #FFFFFF;
	text-align: center;
	padding: 1px;
}

.GalleryItemDiv:hover
{
	width: 90px;
	min-height: 70px;
	border: solid 1px #000000;
	background-color: #E4F2FF;
	text-align: center;
	padding: 1px;
}

.GalleryItemSpacer
{
	visibility: hidden;
	width: 90px;
	height: 1px;
}

.hidden
{
	display:none;
}