/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
margin: 0px 0px 0px 250px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.gallerycontainer.quad{
margin: 0px 0px 0px 200px;
}

.slideshowbottom{padding-bottom:20px;padding-top:36px;}

.thumbnail img{
position:relative;
border: 0px;
margin: 0px 1px 1px 0px;
z-index: 50;
}

.thumbnail:hover{
background-color: transparent;
border: 0px;
z-index: 50;
}


.thumbnail:hover img{
border: 0px;
z-index: 50;
}


.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 0px 0px 0px 0px;
margin:0px;
left: -1000px;
top:-1000px;
border: 0px;
visibility: hidden;
color: #525f65;
text-decoration: none;
width:415px;
height:235px;
background-color:#E6E7E8;
z-index: 1;
}

.thumbnail span img{ /*CSS for enlarged image*/
position:relative;
border-width: 0px;
padding: 0px;
z-index: 1;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
/*position where enlarged image should offset horizontally */
top: -255px;
left: -250px; 
z-index: 1;
display:block;
}

.quad .thumbnail:hover span{
left: -200px; 	
}