@charset "utf-8";
/* CSS Document */


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
	position: relative;
	width: 500px;
	margin-left: 15px;
	height: 220px;
	padding-top: 6px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	margin-top: 20px;/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
	border: 1px solid #96A76D;
	margin: 0px 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
	border: 1px solid #3F5877;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 5px;
	left: -1000px;
	visibility: hidden;
	color: #564b47;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	font-style:italic;
}

.thumbnail span img{ /*CSS for enlarged image*/
	padding: 2px;
	width: 300px;
	height:220px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

.thumbnail span#placeholder {
visibility:visible;
top: 0;
left: 230px;
 /*position where enlarged image should offset horizontally */

}
.thumbnail span#placeholder1 {
	visibility:visible;
	top: 0;
	left: 230px;
}
