/* GALLERY STYLES */

.maincontainer { width: 680px; height: 405px; position: absolute; }

.gallerycontainer { width: 680px; height: 405px; position: relative; background-image: url(../project-list/111-aaa-blank-project/images/default.jpg); }

.gallerycontainer li, .gallerycontainer ul { list-style-type: none; margin: 0; padding: 0;}

.thumbnail img { border: 0px; margin: 0px 0px 6px 0px; width: 59px; height: 59px; }

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

.thumbnail:hover img { border: 0px solid #333; }

.thumbnail span { position: absolute; left: -2000px; visibility: hidden; }

.thumbnail:hover span img { margin: 0px 0px 5px 0px; border: 0px solid #333; height: auto; width: auto; visibility: visible;}

.thumbnail:hover span { visibility: visible; top: 0; left: 68px; z-index: 50; }
