/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
	border-color: #ff7e59;
	border-width: 0px;
	width:650px;
	left: 0px;
	top: 0px;
	height: 450px;
	position: absolute;/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
	margin-left: 0;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 380px;
}

.thumbnail:hover{
	background-color: transparent;
}

.thumbnail:hover img{		/*schrift*/
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 0px;
	left: 0px;
	visibility: hidden;
	color: #2d2c2d;
	background-color: transparent;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: transparent;
	visibility: visible;
	top: -380px;
	padding-left: 0px;
	right: auto;
	padding-top: 0px;
	left: 0px;
}
body {overflow:hidden;}
