.gallerycontainer {
position: relative;
border-bottom:1px dotted #ccc;
padding-bottom:10px;

}


a.thumbnail {
	border:none;
}

a.thumbnail:hover{
background-color: transparent;
}

a.thumbnail:hover img{

}

a.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #fff;
padding: 0px;
left: -1000px;
top:195px;
border: none;
visibility: hidden;
	font: normal 0.7em Arial, Helvetica, sans-serif;
	color:#00005b;
text-decoration: none;
text-align: center;
}



a.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;

}

a.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
left: 0px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

div#pages {
	float:right;
	margin-top:5px;
	
	font: normal 0.7em Arial, Helvetica, sans-serif;
	color:#00005b;
}

div#pages span {
	color:#ccc;
	padding:0px 5px;
}

div#pages a {
	padding:0px 5px;
	color:#00005b;
	text-decoration:none;
}


/*      3 ROWS OF PICS       */
.threerows a.thumbnail span {
	top:154px;
}


/*      2 ROWS OF PICS       */
.tworows a.thumbnail span {
	top:110px;
}


/*      1 ROWS OF PICS       */
.onerow a.thumbnail span {
	top:68px;
}



