a, a:visited, a:hover {}

#galleryws {
         position: relative;
         width: 100%;
         height: auto !important;
         margin: 10px auto;
         font-size: 12px;
}

#galleryws a.pics {
         float: left;
         padding: 7px 0;
         display: inline;
         color: #000000;
         text-decoration: none;
         width: auto;
         height: auto;
         cursor: default;
}

#galleryws a.pics img.thumb {
         display: block;
         text-align: center;
}

#galleryws a.pics span {
         display: none;
         width: 100%;
         height: 100%;
         text-align: center;
}

#galleryws a.pics span img {
         clear: left;
         float: none !important!
         left: 0 !important;
         width: 100%;
         height: auto !important;
}

#galleryws a.pics:hover {
         white-space: normal;
}

#galleryws a.pics:hover img.thumb {

}

#galleryws a.pics:hover span {
         display: block;
         position: absolute;
         top: 0;
         left: 0;
         z-index: 10;
         height: auto;
}

#galleryws a.pics:active img.thumb {

}

#galleryws a.pics:active span {
         display: block;
         position: absolute;
         top: 0;
         left: 0;
         z-index: 5;
         height: auto !important;
}

#galleryws a.pics:focus {
         outline: 0;
}

#galleryws a.pics:focus img.thumb {

}

#galleryws a.pics:focus span {
         display: block;
         position: absolute;
         top: 0;
         left: 0;
         z-index: 5;
         outline: 0;
         height: auto !important;
}

#galleryws span.info {
         clear: left;
         display: block;
         text-align: center;
         line-height: 20px;

         color: #eeeeee;
         z-index: 1;
         font-size: 15px;
}

#galleryws span.info a {
         color: #000000;
}

#galleryws span.info a:hover {
         text-decoration: none;
}

.infosymbolcolor {
         margin-right: 10px !important;
}