
.imageGallery_CRT {
	position: relative;	
}

.imageGallery_plus {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
}

.imageGallery_plus:HOVER{
	background-image: url('call/fw/ctr/imageGallery/img/plus.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.37);
	
	transition-property:background-color;
	transition-duration:0.5s;
	transition-timing-function:linear;
	transition-delay:0s;
	/* Safari */
	-webkit-transition-property:opacity;
	-webkit-transition-duration:1s;
	-webkit-transition-timing-function:linear;
	-webkit-transition-delay:0s;
}
