#fullPreviewHolder{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 999;
    background: #000;
    overflow: hidden;
}
#fullPreviewHolder .primaryFullImage{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
#fullPreviewHolder .primaryFullImage img{
    position: relative;
}
#fullPreviewHolder .secondaryFullImage{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
#fullPreviewHolder .secondaryFullImage img{
    position: relative;
}
#fullPreviewHolder .closeButton{
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    background: #fff;
    z-index: 3;
    cursor: pointer;
}
#fullPreviewHolder .prevButton{
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    background: #fff;
    z-index: 3;
    cursor: pointer;
}
#fullPreviewHolder .nextButton{
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    background: #fff;
    z-index: 3;
    cursor: pointer;
}
#fullPreviewPagination{
    position: absolute;
    width: 100%;
}
#fullPreviewPagination > ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
#fullPreviewPagination > ul > li{
    width: 10px;
    height: 10px;
    display: inline-block;
}
#fullPreviewHolder .fullPreviewLoader{
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
    z-index: 4;
}