@charset "UTF-8";
/* Photo Gallery Stylesheet for Valdosta State University
By VSU Web Services
December 5th, 2012 */

/* Vertical image */

#middle_content .vertical .img-wrapper {
    width: 380px;
    }

#middle_content .vertical .img-wrapper img {
    max-width: 100% !important;
    }
    
#middle_content .vertical .img-wrapper .img-shadow {
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: -2px;
    }
    
/* Horizontal image */

#middle_content .horizontal .img-wrapper img {
    max-width: 100% !important;
    }

#middle_content .horizontal .img-wrapper .img-shadow {
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: -5px;
    }
    
/* Thumbnail Selector */

#middle_content .thumbnail-selector {
    width: 680px;
    margin-left: 25px;
    }

#middle_content .thumbnail-selector .left-button, 
#middle_content .thumbnail-selector .right-button,
#middle_content .thumbnail-selector .left-button-off, 
#middle_content .thumbnail-selector .right-button-off {
    width: 78px;
    height: 62px;
    }
    
#middle_content .thumbnail-selector .left-button img, 
#middle_content .thumbnail-selector .right-button img {
    width: 78px;
    height: 62px !important;
    opacity:1.0;
    filter:alpha(opacity=100);
    }

#middle_content .thumbnail-selector .left-button-off img, 
#middle_content .thumbnail-selector .right-button-off img {
    width: 78px;
    height: 62px !important;
    opacity:0.5;
    filter:alpha(opacity=50);
    }
    
#middle_content .thumbnail-selector .middle {
    width: 525px;
    left: 78px;
    }

#middle_content .thumbnail-selector .middle .strip {
    width: 484px;
    }

#middle_content .thumbnail-selector .middle .strip .thumbs .thumb-wrapper img {
    height: 104px !important;
   }
   
#middle_content .thumbnail-selector .middle .strip .thumbs .thumb-wrapper .thumb-shadow {
   height: 9px;
   width: 100%;
   margin-top: -9px;
   background-image: url('../images/gallery/thumbnail-drop-shadow.png');
   background-position: center;
   }