/* Four Mind Gallery *//* Gallery CSS - gallery.css *//* Designed by Four Mind :: fourmind.ca *//* Created:  July 16, 2008 *//* Customized for Julie Robinson Art:  Sep 2, 2008 */#gallery {	margin: 0 0 0 160px;}/* @group Album List */#album-list {	width: 150px;	float: left;	position: relative;	margin-right: 10px;}#album-list ul {	list-style-type: none;	padding: 0;	margin: 0;}#album-list a, #album-list a:link, #album-list a:visited {	text-decoration: none;	letter-spacing: 1px;	font: 18px Verdana, Geneva, Helvetica, Arial, sans-serif;}#album-list a#current-album {	color: #fff;}/* @end *//* @group Gallery Photo */.gallery-photo {	float: left;	margin: 0;	padding: 0;	width: 120px;	height: 90px;	text-align: center;}.gallery-photo a, .gallery-photo a:link, .gallery-photo a:visited {	display: block;	text-align: center;	padding: 0;	margin: 0;	height: 80px;	width: 80px;	overflow: hidden;	background: transparent url(images/photo_bg.png) no-repeat center center;/*	font: 10px/14px "Lucida Grande", Lucida, Verdana, sans-serif;	color: #fdffca; */}.gallery-photo a:hover, .gallery-photo a:active {	text-decoration: none;}.gallery-photo a img {	padding: 0;	margin: 6px 0 0;	border: 0;}/* @end */