/* MODULOS */

/*
*   Gallery modules
*/
ul.gallery li a span {
    position: absolute;
	left: 0;
	background: #68DDEF;
	cursor: pointer;
	z-index: 100;
}

ul.galleryIndex {
	background: #FFFFFF none repeat scroll 0;
	margin: 0;
	min-height: 194px;
	overflow: hidden;
	padding: 4px 0 0 3px;
}

ul.galleryIndex li {
	float: left;
	margin: 0 4px 5px 0;
}

ul.galleryIndex li a {
    position: relative;
    display: block;
    overflow: hidden;
}

ul.galleryIndex li a img {
    float: left;
    position: relative;
    z-index: 10;
}

ul.galleryIndex li.feature {
	float: left;
	margin: 0 4px 0 0;
}
ul.galleryThumbs {
	background: #FFFFFF none repeat scroll 0;
	margin: 0;
	padding: 0 0 5px;
	overflow: hidden;
	width: 715px;
	max-width: 715px;
}
ul.galleryThumbs li {
	background: #FFFFFF none repeat scroll 0;
	float: left;
	margin: 2px 2px 0 3px;
	overflow: hidden;
	padding: 5px;
}

ul.galleryThumbs li a {
    position: relative;
    display: block;
    width: 102px;
    height: 69px;
    overflow: hidden;
    background-color: #eeeeee;
}

ul.galleryThumbs li a img {
    float: left;
    position: relative;
    /*z-index: 10;*/
}

ul.galleryThumbs li.feature {
    float: right;
}

ul.galleryThumbs li.featureAlt {
    float: left;
}

ul.galleryThumbs li.featureCentreLeft {
    clear: left;
}

ul.galleryThumbs li.featureCentre {
    float: left;
    margin: -97px 5px 0 0;
}

ul.galleryThumbs li.featureCentreRight {
    margin: -97px 0 0 0;
}


ul.galleryThumbs li.feature a,
ul.galleryThumbs li.featureAlt a,
ul.galleryThumbs li.featureCentre a {
    position: relative;
    display: block;
    width: 414px;
    height: 179px;
    overflow: hidden;
}

/*
*   END Gallery modules
*/
