/* Main Gallery Container */
.qbygallery{
    clear:both;
    position:relative;
}

/* Main Gallery Container */  
.qbyMain{
    position:relative;
    height:550px;
    overflow:hidden;
    width:100%;
    background-color: #E0E0E0;
}

/* Main Gallery Container */
.qbyPrvImage{
    height: 20px;
    left: 10px;
    position: absolute;
    width: 20px;
    z-index: 10000;
    cursor:pointer;
    display:none;
}

/* Main Gallery Container */
.qbyMainCurrent{
    height: 550px;
    position: absolute;
    width: 100%;
}

/* Main Gallery Container */
.qbyMainCurrentDesc{
    float: left;
    height: 20px;
    margin-right: 20px;
    position: relative;
    width: auto;
}


/* Main Gallery Container */
.qbyMainCurrentImage{    
    display: table-cell;
    height: 550px;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    z-index: 1;
    top:0px;    
}

.qbyMainCurrentImage img{    
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    margin:auto;
}

/* Main Gallery Container */
.qbyMainNext{
    height: 550px;
    position: absolute;
    width: 100%;
    display:none;
}

/* Main Gallery Container */
.qbyMainNextDesc{ 
    position:absolute;    
    height:31px;    
    z-index:2;
}

/* Main Gallery Container */
.qbyMainNextImage{
    display: table-cell;
    height: 550px;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    z-index: 1;
    top:0px;
    background-color: #E0E0E0;
}


.qbyMainNextImage img{    
    
}


/* Main Gallery Container */
.qbyNextImage{
    height: 20px;
    position: absolute;
    right: 6px;
    width: 20px;
    z-index: 10000;
    cursor:pointer;
    display:none;
}

/* Main Gallery Container */
.qbyThumbsHolder{
    clear:both;    
    height:70px;
    position:relative;
}

/* Main Gallery Container */
.qbyPrvPage{
    float: left;
    height: 20px;
    margin-top: 30px;
    position: relative;
    width: 16px;
    cursor:pointer;
}

/* Main Gallery Container */
.qbyThumbStrip{
    float: left;
    height: 65px;    
    width:870px;
    overflow:hidden;
}

.qbyThumbs{    
    height: 60px;
    width:0px; 
    padding-left:0px;
}

.thumbImg{
    border: 1px solid #E0E0E0;
    width: 51px;
    height: 50px;
    margin-right: 2px;
    margin-left: 2px;
    cursor: pointer;
    line-height:50px;
    text-align: center;
    overflow: hidden;
    float:left;    
}

li.thumbImg{
    opacity: 0.3;
    list-style-type: none;
}

li.thumbImg:hover{
    opacity: 1;
}

li.current{
    opacity: 1;
}

.thumbImg img{
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}


/* Main Gallery Container */
.qbyNextPage{
    float: right;
    height: 20px;
    margin-top: 30px;
    position: relative;
    width: 17px;
    cursor:pointer;
}

/* Main Gallery Container */
.qbyFullScreen{
    bottom: 5px;
    cursor: pointer;    
    height: 20px;    
    position: relative;    
    width: 22px;
    z-index:2;
    float:right;
    margin-top: 7px;
}

.qbySound{
    bottom: 5px;
    cursor: pointer;    
    height: 20px;    
    position: relative;    
    width: auto;
    margin-right:3px;
    z-index:2;
    float:right;
    margin-top: 8px;
}

.qbySound img{
    padding-left: 0px;
}


/*Dont change this this one should present in all skins where we need full screen functionality*/
#fullscreen{ 
    background-color: #000000;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0; 
    width: 100%;
    z-index: 999;
}

.loader{
    background-image: url("/assets/images/myqby/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 590px;
    left: 0;
    position: absolute;
    top: 0;
    width: 550px;
}

.slideshowinfo{
    font-size: 12px;
    height: 25px;
    padding-top:5px;    
/*    margin:5px 5px 0 15px;*/
    /*background-color: #e4e3e3;*/
    margin-top: 10px;
}

.infoShowing{
    float:right;
    margin-right:8px;
}

.infoImageNo{
    float:right;
    margin-right:3px;
    margin-top: 1px;
}

.infoImageCount{
    float:right;
    margin-right:10px;
     margin-top: 1px;
}

.infoplay{
    float:right;
    margin-right:5px;
    cursor:pointer;
    margin-top: 3px;
}


.qbyMainCurrentCart{
    position:relative;    
    height:20px;
    width: auto;
    float:left;
    margin-right:3px;
    margin-top: 0px !important;
}

.qbyMainCurrentDownload{
    position:relative;    
    height:20px;
    width: auto;
    float:left;
    margin-right:20px;
    margin-top:0px !important;
}

.slideshowinfo .qbyMainCurrentDownload img {
    width: 19px;
    float:left;
}

.slideshowinfo .download-all {
    margin-top:2px !important;
    margin-left:5px !important;
}

.qbyMainCurrentShare{
    float: left;
    height: 20px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    width: auto;
    margin-top: 0px;
}

.qbyMainCurrentView{
    position:relative;    
    height:20px;
    float:left;
    margin-left:15px;
    margin-top: 0px;
    margin-right:5px;
}

.filenameonslideshow {
    overflow: hidden;
    height: 18px;
}