
div.group {
	margin: 0 0 2em 0;
	}
	
dl.gallery {
	border: 1px solid #ccc;
	background-color: #eee;
	text-align: center;
	padding: 10px;
	position: relative;
	float: left;
	margin-right: 2em;
	font: normal 11px/15px Arial, Helvetica, Verdana, sans-serif;
	}

/* Hides from IE-Mac \*/
* html .gallery {
	height: 1%;
	}
/* End hide from IE-Mac */

dl.gallery .last {
	margin-right: 0;
	}

.gallery dt { 
	font-weight: bold;
	}
	
.gallery dt.label { 
	margin-top: 5px;
	}

.gallery dt span { 
	font-weight: normal;
	}
	
.gallery dt img {
	border: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	z-index: 1;
	}
	
.gallery dt span.zoom {
	position: absolute;
	top: 109px;
	left: 169px;
	z-index: 2;
	}

.gallery dt span img {
	border: none;
	}

.gallery dd {
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
	background-color: #fff;
	}

#gallery a:link, #gallery a:visited { 
	color: #336600;
	text-decoration: none;
	background-color: transparent;
	}
#gallery a:hover, #gallery a:active {
	color: #970010;
	text-decoration: underline;
	background-color: transparent;
	}	

