

/*
    Skin Name: Glossy Square Gray
    Class: glossy-square-gray
    Description: Glossy Square Gray skin for Advanced Slider jQuery plugin
    Author: David
*/


/* MAIN SLIDE */

.glossy-square-gray .slide-wrapper {
    background-color: transparent;
    border: 0px solid #FFF;
    
}


.glossy-square-gray .slide {
    background-color: #000;
}

/* END OF MAIN SLIDE */


/* SLIDE ARROWS */

.glossy-square-gray .slide-arrows a {
    background: url("images/arrows.png") no-repeat;
    width: 64px;
    height: 64px;
    top: 50%;
    margin-top: -32px;
}


.glossy-square-gray .slide-arrows a.previous {
    left: -32px;
}


.glossy-square-gray .slide-arrows a.next {
    right: -32px;
    background-position: -64px 0;
}

/* SLIDE ARROWS */


/* SLIDESHOW CONTROLS */

.glossy-square-gray .slideshow-controls {
    background: url("images/playpause.png") no-repeat;
    width: 64px;
    height: 64px;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
}


.glossy-square-gray .slideshow-controls.pause {
    background-position: 0 0;
}


.glossy-square-gray .slideshow-controls.play {
    background-position: -64px 0;
}

/* END OF SLIDESHOW CONTROLS */


/* TIMER ANIMATION */

.glossy-square-gray .timer-animation {
    top: 20px;
    right: 20px;
}

/* END OF TIMER ANIMATION */


/* SLIDE CAPTION */

.glossy-square-gray .caption-container .background {
    
    width: 100%;
    height: 100%;
}


.glossy-square-gray .caption-container .caption {
    background: none repeat scroll 0 0 #B7DD23;
    border-radius: 20px 0 0 20px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 18px;
    margin-top: 55px;
    padding: 15px;
    text-align: left;
}


/* END OF SLIDE CAPTION */


/* SLIDE BUTTONS/BULLETS */

/* main container of the navigation buttons */
.glossy-square-gray .slide-buttons {
    margin-top: 40px;
}


.glossy-square-gray .slide-buttons .left, 
.glossy-square-gray .slide-buttons .right {
}


.glossy-square-gray .slide-buttons .left {
}


.glossy-square-gray .slide-buttons .middle {
}


.glossy-square-gray .slide-buttons .right {
}


/* this contains the buttons */
.glossy-square-gray .slide-buttons .buttons-inner {
}


/* this contains the buttons */
.glossy-square-gray .slide-buttons .buttons-inner a {
    background: url("images/buttons.png") no-repeat;
    background-position: 0 0;
    width: 14px;
    height: 15px;
    margin: 0 2px;
}


.glossy-square-gray .slide-buttons .buttons-inner a.over {
    background-position: -14px 0; 
}


.glossy-square-gray .slide-buttons .buttons-inner a.select {
    background-position: -28px 0; 
}


/* this is used to style the numbers from within the buttons, when they are used */
.glossy-square-gray .slide-buttons .buttons-inner a .number {
    margin-top: 2px;
    font-size: 8px;
    line-height: 10px;
    font-weight: bold;
    color: #FFF;
}


.glossy-square-gray .slide-buttons .buttons-inner a.over .number {
    color: #FFF;
}


.glossy-square-gray .slide-buttons .buttons-inner a.select .number {
    color: #FFF;
}


/* 
 applied to the thumbnail when the thumbnail is used only as a tooltip
 sets the distance between the button and the thumbnail
*/
.glossy-square-gray .slide-buttons .buttons-inner .thumbnail-wrapper {
    margin-bottom: 10px;
}

/* END OF SLIDE BUTTONS/BULLETS */


/* THUMBNAIL IMAGE */

element.style {
    background-image: url("../../../../../images/thumbnails/poppers.jpg");
    height: 132px;
    width: 180px;
}
.glossy-square-gray .thumbnail-scroller .thumbnail.select {
    border: 0 solid #FFFFFF;
}

.glossy-square-gray .thumbnail {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    background-position: center top;
    border-color: #FFFFFF #FFFFFF #FFFFFF red;
    border-radius: 15px 15px 0 0;
    border-style: solid;
    margin-left: -90px;
}
/* END OF THUMBNAIL IMAGE */


/* THUMBNAIL SCROLLER */

.glossy-square-gray .thumbnail-scroller.horizontal {
    bottom: 0;
    left: 0;
    padding: 0 40px;
    margin-top: 20px;
}


.glossy-square-gray .thumbnail-scroller.horizontal.overlay {
    bottom: 80px;
    margin-top: 0;
}


.glossy-square-gray .thumbnail-scroller.vertical {
    right: 0;
    top: 0;
    padding: 50px 0;
    margin-left: 30px;
}


.glossy-square-gray .thumbnail-scroller.vertical.overlay {
    right: 0px;
    margin-left: 0;
}


.glossy-square-gray .thumbnail-scroller .thumbnail-wrapper {
    border-left: 12px solid transparent;
    margin: 0 0;
    padding: 0;
}


.glossy-square-gray .thumbnail-scroller .thumbnail.over {
    border: solid 0px #FFF;
    
}


.glossy-square-gray .thumbnail-scroller .thumbnail.select {
    border: solid 0px #FFF;

}


/* THUMBNAIL CAPTION */

.glossy-square-gray .thumbnail .caption .background {
   
    filter: alpha(opacity=0);
    opacity: 0;
}


.glossy-square-gray .thumbnail .caption .content {
    color: #FFF;
    font-size: 11px !important;
    font-weight: normal;
        letter-spacing: 0.05em;
    text-align: left;
    padding: 2px 0;
    margin: 0;
}

.glossy-square-gray .thumbnail .caption .content b {
    color: #F6C201;
    font-size: 11px !important;
    font-weight: normal;
    letter-spacing: 0.05em;
}

/* END OF THUMBNAIL CAPTION */


/* THUMBNAIL SCROLLER ARROWS */

.glossy-square-gray .thumbnail-scroller .arrows a {
    background:url("../../../../../images/arrows_small.png") no-repeat transparent;
    width: 22px;
    height: 30px;
}


.glossy-square-gray .thumbnail-scroller.vertical .arrows a {
    background: url("images/arrows_v_small.png") no-repeat;
    width: 30px;
    height: 22px;
}


.glossy-square-gray .thumbnail-scroller.horizontal .arrows a.previous {
    left: 0;
}


.glossy-square-gray .thumbnail-scroller.horizontal .arrows a.next {
    right: 0;
    background-position: -22px 0;
}


.glossy-square-gray .thumbnail-scroller.vertical .arrows a.previous {
    top: 0;
}


.glossy-square-gray .thumbnail-scroller.vertical .arrows a.next {
    bottom: 0;
    background-position: 0 -22px;
}

/* END OF THUMBNAIL SCROLLER ARROWS */


/* THUMBNAIL SCROLLER BUTTONS */

.glossy-square-gray .thumbnail-scroller .buttons a {
    background: url("images/buttons_small.png") no-repeat;
    background-position: 0 0; 
    width: 11px;
    height: 12px;
    margin: 2px;
}


.glossy-square-gray .thumbnail-scroller .buttons a.over {
    background-position: -11px 0; 
}


.glossy-square-gray .thumbnail-scroller .buttons a.select {
    background-position: -22px 0; 
}

/* END OF THUMBNAIL SCROLLER BUTTONS */


/* THUMBNAIL SCROLLER SCROLLBAR */

.glossy-square-gray .thumbnail-scroller.horizontal .scrollbar {
    margin-top: 30px;
}


.glossy-square-gray .thumbnail-scroller.vertical .scrollbar {
    margin-left: 30px;
}

/* END OF THUMBNAIL SCROLLER SCROLLBAR */

/* END OF THUMBNAIL SCROLLER */


/* TOOLTIP */

.tooltip {
    background-color: #DDD;
    margin-bottom: 20px;
    border: #EEE solid 4px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}


.tooltip .content {
    color: #999;
    padding: 10px;
    margin: 0;
}

/* END OF TOOLTIP */


@media
    only screen and (max-device-width: 1136px) and (min-device-width: 960px) and (device-height: 640px),
    only screen and (max-device-height: 1136px) and (min-device-height: 960px) and (device-width: 640px) {
    
    /* iPhone only */
    
   .glossy-square-gray .thumbnail {
       
       width: 160px !important;
   }
   
       .glossy-square-gray .thumbnail-scroller.horizontal {
       bottom: 0;
       display: none;
       left: 0;
       margin-top: 20px;
       padding: 0 30px;
       width: 340px !important;
   }
   
   
   .glossy-square-gray .thumbnail-scroller .thumbnail-wrapper {
   
       width: 160px !important;
   }
   
   .glossy-square-gray .slide-wrapper {
       background-color: #000000;
       border: 0 solid #FFFFFF;
       height: 225px !important;
       width: 400px !important;
   }   
   
   
   .glossy-square-gray .thumbnail-scroller.horizontal {
       bottom: 0;
       left: 0;
       margin-top: 20px;
       padding: 0 30px;
       width: 340px !important;
   }
   
   .glossy-square-gray .caption-container .caption {
       background: none repeat scroll 0 0 transparent;}
          
    
   } 
    
    @media screen and (max-width:840px) {
    
      .glossy-square-gray .thumbnail {
          
          width: 160px !important;
      }
      
          .glossy-square-gray .thumbnail-scroller.horizontal {
          bottom: 0;
          display: none;
          left: 0;
          margin-top: 20px;
          padding: 0 30px;
          width: 340px !important;
      }
      
      
      .glossy-square-gray .thumbnail-scroller .thumbnail-wrapper {
      
          width: 160px !important;
      }
      
      .glossy-square-gray .slide-wrapper {
          background-color: #000000;
          border: 0 solid #FFFFFF;
          height: 225px !important;
          width: 400px !important;
      }      
      
      
      .glossy-square-gray .thumbnail-scroller.horizontal {
          bottom: 0;
          left: 0;
          margin-top: 20px;
          padding: 0 30px;
          width: 340px !important;
      }
      .glossy-square-gray .caption-container .caption {
          background: none repeat scroll 0 0 transparent;}
      
              
    }