a.gallery1, a.gallery2, a.gallery1:visited, a.gallery2:visited, a.void1, a.void2 {
	display:block;
	display:inline-block;
	border:2px solid #fff;
	float:left;
	margin-right:1px;
	margin-bottom:1px;
	z-index:50;
	text-decoration:none;
	color:#666;
}
a.gallery1, a.gallery1:visited, a.void1 {
	width:95px;
	height:75px;
}
a.gallery2, a.gallery2:visited, a.void2 {
	width:45px;
	height:45px;
}
a.gallery2 span {
	display:none;
}
a.gallery1:hover, a.gallery2:hover {
	border:2px solid #039;
}
a.void1, a.void2 {
	cursor:default;
	background:#f7f7f7;
}
.archDetails {
	color:#999;
	font-size:11px;
	font-style:italic;
}
.backArea a {
	text-decoration:none;
}
a .backButton {
	font-size:11px;
	padding-left:18px;
	padding-top:3px;
	border:0px;
	height:21px;	
	background:url(../images/backButton.gif);
	background-repeat:no-repeat;
	color:#ccc;
	/*text-decoration:none;*/
	cursor:pointer;
	font-weight:bold;
}
a:hover .backButton {
	color:#fff;
	/*text-decoration:underline;*/
}
#containerImages {
	margin:0px;
	padding:0px;
}
/*#containerImages img {
	border:0;
}*/
#containerImages .thumbs1 {
	clear:both;
	width:400px;
	margin-left:328px;
	margin-top:-432px;
}
#containerImages .thumbs2 {
	clear:both;
	width:300px;
	height:275px;
}
#containerImages a.gallery1:active, #containerImages a.gallery1:focus, #containerImages a.gallery2:active, #containerImages a.gallery2:focus {
	border:2px solid #ff0; 
}
#containerImages a.gallery2:active span, #containerImages a.gallery2:focus span {
	display:block;
	position:absolute;
	width:400px;
	height:400px;
	top:45px;
	left:520px;
	z-index:50;
	cursor:default;
}
