.holderDiv 
{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 1);
	position: absolute;
	visibility: hidden;
	display: none
}

.videoPlayer
{
    width:100%; 
    height:100%; 
    background: rgba(0, 0, 0, 1); 
    position: absolute;
}

.closeButton
{
    color:white; 
    right:10px; 
    top:10px; 
    position: absolute;
    cursor: pointer
}

.overlayBg
{
    width:100%; 
    height:100%; 
    background-color: rgba(0,0,0,0.7); 
    position: absolute; 
    left:0px; 
    top:0px
}

.overlayVideo
{
    width:100%; 
    height:100%; 
    background:url("../assets/video_play.png") center center no-repeat; 
    position: absolute; 
    left:0px; 
    top:0px
}

.overlay360
{
    width:100%; 
    height:100%; 
    background:url("../assets/view_360.png") center center no-repeat; 
    position: absolute; 
    left:0px; 
    top:0px
}

.imageThumb, .videoThumb, .threeSixtyThumb
{
    width:22px; 
    height:22px; 
    display: inline-block;
	
}

.imageThumb
{
    background:url("../assets/image_thumb.png") center center no-repeat; 
}

.videoThumb
{
    background:url("../assets/video_thumb.png") center center no-repeat; 
}

.threeSixtyThumb
{
    background:url("../assets/three_sixty_thumb.png") center center no-repeat; 
}

