/*  screen-galleriffic-v1.css : Galleriffic
*/

/*  ------------------------------------------------------------------------ */

#gallery {
    position: relative;
    display: none;
    }

#gallery .slideshow-container {
    width: 940px;
    padding: 0;
    position: relative;
    }

#gallery #caption {
    margin: 0 auto;
    float: left;
    height: 36px;   /* ~2 lines */
    margin-top: 8px;
    overflow: hidden;
    }

#gallery .slideshow-container #slideshow .image-wrapper,
#gallery .slideshow-container #slideshow .image-wrapper .advance-link {
    font-size: 0;
    line-height: 0;
    text-align: center;
    line-height: 560px;
    }

#gallery .slideshow-container #slideshow .image-wrapper img {
    vertical-align: middle;
    }
    
#gallery .slideshow-container #slideshow {
    height: 560px;
    line-height: 560px;
    }

#gallery .slideshow-container #slideshow .current,
#gallery .slideshow-container #slideshow .previous {
    position: absolute;
    width: 940px;
    height: 630px;
    }

#gallery #caption .current,
#gallery #caption .previous {
    position: absolute;
    width: inherit;
    height: inherit;
    overflow: hidden;
    }
    
div.navigation a.pageLink {
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    padding: 30px 10px;
    display: inline;
}

div.navigation a.pageLink span {
    width: 6px;
    height: 7px;
    display: inline-block;
    background-position: top center;
    background-repeat: no-repeat; 
}

div.navigation a.pageLink:hover span {
    background-position: bottom center;
    }

div.navigation a.pageLink:focus {
    outline: medium none;
}    

div.navigation a.pageLink.prev {
    left: 3px;
}
div.navigation a.pageLink.next {
    right: 10px;
}

div.navigation a.prev span {
    background-image: url(../images/arrow_prev.png);
}
div.navigation a.next span {
    background-image: url(../images/arrow_next.png);
}
    
#thumbs {
        display: none !important;
}
    
#controls {
    position: absolute;
    right: -10px;
    top: -33px;
    z-index: 10;
    width: 940px;
    height: 20px;
    line-height: 20px;
    }   
    
#controls .next,
#controls .prev {
    width: 6px;
    height: 7px;
    background-position: top center;
    background-repeat: no-repeat;
    display: block;
    padding: 0 10px;
    vertical-align: middle; 
    position: relative;
    top: 5px;
    }    
#controls .next:hover,
#controls .prev:hover {
    background-position: bottom center;
    }
#controls .next {
    background-image: url(../images/arrow_next.png);
    }
#controls .prev {
    background-image: url(../images/arrow_prev.png);
    }
    
#controls .counter {
    padding: 0;
    width: 35px;
    text-align: center;
    }    
    
#controls .slideshowType {
    margin-right: 10px;
    color: #666666;
}

#controls .slideshowType.active, #controls .slideshowType:hover {
    color: #000000;
}

/*caption height*/
span.image-caption {
        height: 140px !important;
}
/*  ------------------------------------------------------------------------ */

/* end */

