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

.gallerycontainer  { position: relative; height: 380px }
.gallerycontainer a, .gallerycontainer a:link, .gallerycontainer a:visited, .gallerycontainer a:active { text-decoration: none }
.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

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

.thumbnail:hover img { }

.thumbnail span  { color: black; text-decoration: none; padding: 5px 0px 5px 5px; border: dashed 1px gray; position: absolute; left: -1000px; visibility: hidden }

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

.thumbnail:hover span { z-index: 50; top: 0; left: 280px; visibility: visible }
#gallerynav   { color: #c6c6c6; font-size: 11px }
#gallerynav a, #gallerynav a:link, #gallerynav a:visited  { color: #656565; font-size: 11px; text-decoration: none; background-color: #dfefbb; border-bottom: 0px none }
#gallerynav a:hover { color: white; text-decoration: none; background-color: #99cd24; border-bottom: 1px dotted #99cd24 }
