#galleryPrototype5{
    position: relative;
    width: 1170px;
    margin: 0 auto;
    left: 0px;
}
#galleryPrototype5 #mainHolder{
    width: 292px;
    height: 100%;
    display: block;
    position: relative;
    float: left;
    margin-right: 8px;
}
#galleryPrototype5 #mainHolder .title{
    width: 170px;
    height: 53px;
    display: block;
    position: relative;
    overflow: hidden;
    border-bottom: 3px solid #fff;
    display: none;
}
#galleryPrototype5 #mainHolder .controlHolder{
    /*width: 175px;*/
    display: block;
    position: relative;
}
#galleryPrototype5 .closeItem{
    display: block;
    position: absolute;
}

#fullPreviewHolder{
    position: relative;
    display: block;
    overflow: hidden;
    width: 700px;
    height: 380px;
    float: left;
}
#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 .fullPreviewLoader{
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
    z-index: 4;
}
#mainPagination{
    padding: 0 0 52px;
    
}
#mainPagination > ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
#mainPagination > ul > li{
    width: 58px;
    height: 58px;
    float: left;
    margin: 0 6px 6px 0;
    cursor: pointer;
}
.full_link{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 500;
}
.full_link a{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: url(../img/zoom_icon.png) 50% 50% no-repeat;
}


