/* Four Mind Gallery */
/* Gallery CSS - gallery.css */
/* Designed by Four Mind :: fourmind.ca */
/* Created:  July 16, 2008 */


table#gallery {
	width: 100%;
}
table#gallery td#photo-list {
	width: 220px;
	margin: 0;
	padding: 0;
}
table#gallery td#current-photo {
	text-align: center;
	margin: 0;
	padding: 0;
}
table#gallery td#current-photo h3 {
	font-weight: normal;
	font-style: normal;
	text-transform: capitalize;
	color: #ff0000;
	font-size: 16px;
	margin: 4px 0 0;
	padding: 0;
	letter-spacing: normal;
	text-align: center;
}
table#gallery td#current-photo p.description {
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	margin: 0;
	padding: 0;
	letter-spacing: normal;
	color: #f1f1f1;
	text-align: center;
}

/* @group Album List */

#album-list {
	margin: 20px 0;
}
#album-list ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#album-list ul li {
	display: inline;
	position: relative;
	padding-right: 30px;
}
#album-list a, #album-list a:link, #album-list a:visited {
	text-decoration: none;
	font: bold 18px "Gill Sans", Helvetica, Geneva, Verdana, sans-serif;
	color: #a1a1a1;
}
#album-list a:hover, #album-list a:active {
	color: #e1e1e1;
	text-decoration: underline;
}
#album-list a#current-album {
	color: #fff;
	border-bottom: 2px solid #ff0000;
	text-decoration: none;
}

/* @end */

/* @group Gallery Photo */

.gallery-photo {
	float: left;
	margin: 0;
	padding: 0;
	width: 100px;
	height: 100px;
	text-align: center;
	border: 1px solid #847B72;
}
.gallery-photo a, .gallery-photo a:link, .gallery-photo a:visited {
	display: block;
	text-align: center;	padding: 0;
	margin: 0;
	height: 100px;
	width: 100px;
	overflow: hidden;
/*	font: 10px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fdffca; */
}
.gallery-photo a:hover, .gallery-photo a:active {
	text-decoration: none;
	color: #847B72;
}
.gallery-photo a img {
	padding: 0;
	margin: 0;
	border: 0;
	float: left;
}

/* @end */


