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

#gallery {
	padding: 10px;
	background-color: #000;
	border: 1px solid #777;
}
#current-photo {
	text-align: center;
	margin: 20px 0 0;
	padding: 0;
}
#current-photo h3 {
	font-weight: normal;
	font-style: normal;
	text-transform: capitalize;
	color: #6ea32e;
	font-size: 14px;
	margin: 4px 0 0;
	padding: 0;
	letter-spacing: normal;
	text-align: center;
}
#current-photo p.description {
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	margin: 0;
	padding: 0;
	letter-spacing: normal;
	text-align: center;
	color: #e1e1e1;
}
#photos-filmstrip {
	overflow: auto;
	background-color: #444;
	border: 1px solid #888;
	height: 139px;
	margin: 0 auto;
	padding: 0;
	
	scrollbar-face-color: #3a3a3a;
	scrollbar-highlight-color: #303030;
	scrollbar-3dlight-color: #303030;
	scrollbar-shadow-color: #303030;
	scrollbar-darkshadow-color: #303030;
	scrollbar-arrow-color: #F2E5CA;
	scrollbar-track-color: #000000;
}

/* @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;
	margin-right: 20px;
}
#album-list a, #album-list a:link, #album-list a:visited {
	text-decoration: none;
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #A1A1A1;
}
#album-list a:hover, #album-list a:active {
	color: #6EA32E;
	text-decoration: underline;
}
#album-list a#current-album {
	color: #333;
	border-bottom: 2px solid #6ea32e;
	text-decoration: none;
	font-size: 16px;
}

/* @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 */


