
/*
*   Gallery modules
*/
table.gallery td a span {
    position: absolute;
	left: 0;
	background: #BBCEAE;
	cursor: pointer;
	z-index: 100;
}

table.galleryThumbs td a {
    position: relative;
    display: block;
    width: 95px;
    height: 72px;
    overflow: hidden;
}

table.galleryThumbs td a img {
    float: left;
    position: relative;
    /*z-index: 10;*/
}

