/* CSS Document */
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumb-nail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}
.imgblack{
border: 1px solid black;
margin: 0 5px 5px 0;
}
.thumb-nail:hover{
background-color: transparent;
}

.thumb-nail:hover img{
}

.thumb-nail span{ /*CSS for enlarged image*/
	position: relative;
	padding: 5px;
	border: 1px;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumb-nail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
	left: 150px;
	top: auto;
	
}

.thumb-nail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: auto;
	left:auto	; /*position where enlarged image should offset horizontally */
	z-index: 50;
	text-align:right;

}

</style>
.imgblack1 {

border: 1px solid black;
margin: 0 5px 5px 0;
}
.imgblack1 {
	border: 1px solid black;
	margin-top: 10;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0;
}
