/* Xmod classes */
/* Gallery */
.xmp-Gallery-ImageWrapper {
	float: left;
	height: 170px;
    position: relative;  
	margin: 10px;
}

.xmp-Gallery-ImageWrapper img {
	opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:alpha(opacity=50);
	border: 1px solid white;
}

.xmp-Gallery-ImageName {
	text-align: center; 
	line-height: 150%;
	margin: 2px;
}

.xmp-Gallery-Wrapper {
	overflow: auto;
	width: 100%;
	margin-left: 50px;
}
