body#ga #rightcolumn, body#ga #leftcolumn {
	height: 600px;
}

#gallery {
	width: 578px; 
	height: 380px; 
	padding: 5px; 
	border: 1px solid #c0c0c0; 
	background: #efefef; 
	background: #fff url(images/gallery.jpg) repeat-x top left;
	position:relative; 
}

#gallery b.default {
	position: absolute; 
	left: 18px; 
	top: 20px; 
	width: 551px; 
	height: 360px; 
	text-align: center;
}

#gallery b.default img {
	display: block; 
	margin: 0 auto 10px auto; 
	border: 1px solid #c0c0c0; 
	border-color: #c0c0c0; 
	padding: 2px;
}

#gallery b.default span {
	display: block; 
	color:#333; 
	font-family: verdana, arial, sans-serif; 
	font-weight: normal; 
	font-size: 11px; 
	width: 551px; 
	margin: 0 auto; 
	text-transform: uppercase;
}

#gallery ul {
	list-style: none; 
	padding: 400px 0 0 0; 
	margin: 0; 
	width: 580px; 
	/*height: 200px; was overlapping footer */
}

#gallery ul li {
	display: inline; 
	width: 52px; 
	height: 52px; 
	float: left; 
	margin: 0 0 5px 5px;
}

#gallery ul li a {
	display: block; 
	width: 50px; 
	height: 50px; 
	text-decoration: none; 
	border: 1px solid #000; 
	border-color: #c0c0c0;
}

#gallery ul li a span {
	display: none;
}

#gallery ul li a img {
	display: block; 
	width: 50px; 
	height: 50px; 
	border: 0;
}

/* HOVER EFFECT - not used in this gallery

#gallery ul li a:hover {
	white-space: normal; 
	border-color: #555 #ddd #eee #333; 
	background: #ECF7FD;
}

#gallery ul li a:hover b {
	position: absolute; 
	left: 18px; 
	top: 20px; 
	width: 551px; 
	height: 360px; 
 	text-align: center; 
	background: #efefef; 
	z-index: 20;
}
 
#gallery ul li a:hover span {
	display: block; 
	color: #333; 
	font-family: verdana, arial, sans-serif; 
	font-weight: normal; 
	font-size: 11px; 
	width: 350px; 
	margin: 0 auto; 
	text-transform: uppercase;
}

#gallery ul li a:hover img {
	margin: 0 auto 10px auto; 
	width: auto; 
	height: auto; 
	border: 1px solid #eee; 
	border-color: #555 #ddd #eee #333;
}

HOVER EFFECT - not used in this gallery */

#gallery ul li a:active, #gallery ul li a:focus {
	white-space: normal; 
	border-color: #B68606; 	
	background: #ECF7FD;
}

#gallery ul li a:active b, #gallery ul li a:focus b {
	position: absolute; 
	left: 18px; 
	top: 20px; 
	width: 551px; 	height: 360px; 
	text-align: center; 
	background: #efefef; 
	background: #fff url(images/gallery.jpg) repeat-x top left;
	z-index: 10;
}

#gallery ul li a:active span, #gallery ul li a:focus span {
	display: block; 
	color: #333; 
	font-family: verdana,arial, sans-serif; 
	font-weight: normal; 
	font-size: 11px; 
	width: 350px; 
	margin:0 auto; 
	text-transform: uppercase;
}

#gallery ul li a:active img, #gallery ul li a:focus img {
	margin: 0 auto 10px auto; 
	width: auto; 
	height: auto; 	border: 1px solid #eee; 
	border-color: #c0c0c0; 
	padding: 2px;
}
 




