/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
margin-left:80px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 0;
margin: 0 10px 7px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 0;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #e5e5e3;
padding: 16px 6px 45px 16px;
left: -1000px;
border: 0;
visibility: hidden;
color: #525f65;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: -488px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

/* PRODUKTSEITE */

.thumbnail2 img{
border: 0;
margin: 0px 4px 0px 0px;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
border: 0;
visibility: hidden;
text-decoration: none;
}

.thumbnail2:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -380px;
left: 0px; /*position where enlarged image should offset horizontally */
z-index: 50;
}