/* CSS Document */
#GalleryContent {
	margin: -10px 0 10px 0;
}
#LargeImage {
	_height: 320px;
	min-height: 320px;
}
#Thumbs {
	width: 750px;
	overflow: auto;
	height: 108px;
	padding: 0;
	margin: 0;
    white-space: nowrap;
	text-align: center;
}
#Thumbs a {
	margin: 0 5px;
	padding: 0;
}
#MediumImg {
	width: 750px;
	text-align: center;
}
p.GallNav {
	margin: 10px 0 20px 0;
	width: 750px;
	text-align: center;
	padding: 0;
	text-transform: uppercase;
}
p.GallNav a{
	margin: 0 10px 0 10px;
	color: #095289;
	font-weight: normal;
}
p.GallNav a.Active{
	color: #788494;
	text-decoration: underline;
}
