/* GALLERIES

 DEPENDS ON:
 	flexslider.css
 	fancybox.css 
 	
 */
 
.ss-gallery  { display: none; }
.ss-gallery .img { display: block;  }
.ss-gallery .img img { max-width: none; }

.ss-gallery-slider .img img,
.ss-gallery-slideshow .img img { max-width: 100%; height: auto !important; }

.ss-gallery-thumbnails { margin-top: 5px; }

.ss-gallery-numbers { padding-bottom: 30px; }
.ss-gallery-numbers .flex-control-nav { width: 100%; position: absolute; bottom: -30px; text-align: center; }
.ss-gallery-numbers .flex-control-nav li { margin: 0 2px; display: inline-block; zoom: 1; *display: inline; }
.ss-gallery-numbers .flex-control-paging li a { padding: 0 6px 1px; line-height: 23px; display: block; cursor: pointer; background-color: #CCCCCC; background-color: rgba(0,0,0,.20); font-size: 10px; font-weight: 700; color: #fff; 
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px; }
.ss-gallery-numbers .flex-control-paging li a:hover { background-color: #999999; background-color: rgba(0,0,0,.40); }
.ss-gallery-numbers .flex-control-paging li a.flex-active { background-color: #000;  }

.ss-gallery-dots { padding-bottom: 20px; }
.ss-gallery-dots .flex-control-nav { width: 100%; position: absolute; bottom: -20px; text-align: center; }
.ss-gallery-dots .flex-control-nav li { margin: 0 2px; display: inline-block; zoom: 1; *display: inline; }
.ss-gallery-dots .flex-control-paging li a { width: 10px; height: 10px; display: block; text-indent: -9999px; background: url("../_img/galleries/ss-gallery-sprite-dark.png") no-repeat 0 -150px; cursor: pointer; }
.ss-gallery-dots .flex-control-paging li a:hover { background-position: -10px -150px; }
.ss-gallery-dots .flex-control-paging li a.flex-active { background-position: -20px -150px; cursor: default; }

.ss-gallery-grid .slide { float: left; width: 33.33333%; } /* Default to 3 columns */
.ss-gallery-grid-col-1 .slide { width: 100%; }
.ss-gallery-grid-col-2 .slide { width: 50%; }
.ss-gallery-grid-col-3 .slide { width: 33.333%; }
.ss-gallery-grid-col-4 .slide { width: 25%; }
.ss-gallery-grid-col-5 .slide { width: 20%; }
.ss-gallery-grid-col-6 .slide { width: 16.666%; }
.ss-gallery-grid-col-7 .slide { width: 14.285%; }
.ss-gallery-grid-col-8 .slide { width: 12.5%; }
.ss-gallery-grid-col-9 .slide { width: 11.111%; }

.ss-gallery-grid .img { overflow: hidden; }
.ss-gallery-stacked .img img { max-width: 100%; height: auto; display: block; position: relative; margin: 0 auto; }

/* GALLERIES || END */
