﻿
.FancyBox-Image
{
    position: relative;
    top: 0;
    float: left;

    margin: 0;
    padding: 0;  
    z-index: 4;

    width: 100%;
    height: 100%;
  
    border: 0px solid blue;
   
    box-sizing: border-box;    
}

.FancyBox
{
    position: relative;
    top: 0;
    float: left;

    margin: 0;
    padding: 0;  
    z-index: 5;

    width: 100%;
    height: 100%;
  
    border: 0px solid red;
   
    box-sizing: border-box;   
}

.FancyBoxContent-Container
{
    position: relative;
    top: 0;
  
    margin: 0;
    padding: 0;  
    z-index: 3;
  
    width: 350px;
    height: 100%;
  
    border: 0px solid #24bb9c;
  
    box-sizing: border-box;   
  
    display: inline-block;
}

.FancyBox-Container-Items
{
    position: relative;
    top: 0;
    left: 0;
        
    width:100%;
    height:100%;
    
    margin: 0;
    padding: 0;    
    z-index: 2;
    
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
}

.FancyBox-Container
{
    position: relative;
    top: 0;
    left: 0;
    
    margin: 0;
    padding: 0;    
    z-index: 1;
    
    width: 100%;
    height: 300px;
    
    border: 0px solid #24bb9c;
    display: inline-block;  
   
    text-align: center;
   
    box-sizing: border-box;    
    overflow: hidden;
}