.photoOverlayTextCont{
    position: absolute;
	z-index:9999;
	}
.photoOverlayText{
	float:left;
    color: #fff;
    font-size: 16px;
	line-height:26px;
	padding:5px 15px;
	text-align:center;
	}
.overlayPos0{
	} 
.overlayPos1{
	right:0;
	}
.overlayPos2{
	right:0;
	bottom:0;
	}
.overlayPos3{
	bottom:0;
	}
.overlayColor0{
/*RED*/
	background: #d00;
    color: #fff;
	}
.overlayColor1{
/*GREEN*/
	background: #0d0;
    color: #fff;
	}
.overlayColor2{
/*BLUE*/
	background: #00d;
    color: #fff;
	}
.overlayColor3{
/*YELLOW*/
	background: #fff000;
    color: #fff;
	}
.overlayColor4{
/*PINK*/
	background: #ff00ff;
    color: #fff;
	}