/* Caldwell's Grant - cg Theme */
/* Gallery CSS - cgGallery.css */
/* Designed by Four Mind :: fourmind.ca */
/* Created: Aug 7, 2007 */

/* @group Photo Gallery */

#AlbumHighlight img {
	float: left;
	background-color: #FFF;
	padding: 2px;
	border: 1px solid #c0c0c0;
}

.galleryPhoto {
	float: left;
	margin-right: 5px;
	width: 150px;
	text-align: center;
}
.galleryPhoto a, .galleryPhoto a:link, .galleryPhoto a:visited {
	display: block;
	text-align: center;
	padding: 0 20px;
	background: transparent url(images/menu_bgPhoto100.png) repeat-y center top;
	overflow: hidden;
	font: 10px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fdffca;
	font-size: 10px;
}
.galleryPhoto a:hover, .galleryPhoto a:active {
	text-decoration: none;
	color: #FFF;
}
.galleryPhoto a img {
	padding-bottom: 2px;
}

/* @end */

#Album {
	font-family: Georgia, Times, 'Times New Roman', serif;
	float: left;
	width: 620px;
}
#AlbumNav {
	width: 295px;
	float: left;
	position: relative;
	margin-right: 16px;
}
#AlbumNav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.highlightContainer {
	width: 295px;
	padding: 0;
	float: left;
}
#HighlightPhoto, .highlightPhoto {
	background: transparent url(images/menu_bgPhoto200.png) repeat-y center top;
	text-align: center;
	color: #fdffca;
	font: small-caps 12px Georgia, Times, 'Times New Roman', serif;
	letter-spacing: 1px;
}
#HighlightPhoto a, #HighlightPhoto a:link, #HighlightPhoto a:visited,
.highlightPhoto a, .highlightPhoto a:link, .highlightPhoto a:visited {
	font: small-caps 12px Georgia, Times, 'Times New Roman', serif;
	letter-spacing: 1px;
	text-decoration: none;
	color: #fdffca;
	padding: 0;
	margin: 0;
}
#HighlightPhoto a:hover, #HighlightPhoto a:active,
.highlightPhoto a:hover, .highlightPhoto a:active {
	color: #FFF;
}
#GalleryReturn {
	text-align: center;
	display: block;
}
