@charset "UTF-8";
/* CSS Document */

/*
*   Gallery modules
*/
ul.gallery li a span {
    position: absolute;
	left: 0;
	background: #68DDEF;
	cursor: pointer;
	z-index: 100;
}


ul.galleryThumbs {
	background: #666666 none repeat scroll 0;
	margin: 0;
	padding: 0 0 5px;
	overflow: hidden;
	width: 633px;
	max-width: 633px;
}
ul.galleryThumbs li {
	background: #FFFFFF none repeat scroll 0;
	float: left;
	margin: 3px 3px 0 3px;
	overflow: hidden;
	padding: 10px;
}

ul.galleryThumbs li a {
    position: relative;
    display: block;
    width: 100px;
    height: 115px;
    overflow: hidden;
}

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

/*
*   END Gallery modules
*/
