@charset "UTF-8";
/* CSS Document */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#gallerycontainer {
position: relative;
margin-left: 40px;
height: 650px;
margin-bottom: 10px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

#gallerycontainer p { margin: 0 0 10px 0; text-align: left; }

.thumbnail img{
border: none;
margin: 0 10px 5px 0;
}

.tnimg { width: 60px; height: 117px; }

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

.thumbnail:hover img {
border: none;
}

.thumbnail span { /*CSS for enlarged image*/
position: absolute;
background-color: none;
padding: 0x;
left: -1000px;
border: none;
visibility: hidden;
color: #000000;
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;
bottom: 0;
left: 150px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

#gallerycontainer a:link, #gallerycontainer a:visited, #gallerycontainer a:active, #gallerycontainer a:hover { text-decoration: none; text-align: center; }

.fullimg { width: 300px; height: 587px; padding-left: 50px;}