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

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

table.galleryThumbs td a img {
    float: left;
    position: relative;
    /*z-index: 10;*/
}
table.galleryThumbs2 td a {
    position: relative;
    display: block;
    width: 142px;
    height: 107px;
    overflow: hidden;
}

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