/*
Supersized Version 3.2.7 - www.buildinternet.com/project/supersized
License: MIT License / GPL License
Copyright: Sam Dunn / One Mighty Roar, www.onemightyroar.com
*/

#supersized {padding: 0;}
#supersized-loader{position:absolute;top:50%;left:50%;z-index:0;width:60px;height:60px;margin:-30px 0 0 -30px;text-indent:-999em;background:url('../images/progress.gif') no-repeat center center}
#supersized{display:block;position:fixed;left:0;top:0;overflow:hidden;z-index:-999;height:100%;width:100%}
#supersized img{width:auto;height:auto;position:relative;display:none;outline:0;border:0}
#supersized.speed img{-ms-interpolation-mode:nearest-neighbor;image-rendering:-moz-crisp-edges}
#supersized.quality img{-ms-interpolation-mode:bicubic;image-rendering:optimizeQuality}
#supersized li{display:block;list-style:none;z-index:-30;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;background:#111}
#supersized a{width:100%;height:100%;display:block}
#supersized li.activeslide{z-index:-10}
#supersized li.image-loading{background:#111 url('../images/progress.gif') no-repeat center center;width:100%;height:100%}#supersized li.image-loading img{visibility:hidden}
#supersized li.activeslide img{display:inline}
#controls{overflow:hidden;height:100%;position:relative;text-align:left;z-index:5}
#slidecounter{float:left;margin:0 10px 0 0;line-height:36px}
#slidecaption{overflow:hidden;float:left; margin-bottom: 0; margin-left: 10px; margin-right: 20px; margin-top: 0;line-height:36px;opacity:0.8;}
#progress-bar{position:relative;height:8px;width:100%;background:url('../images/progress-bar.png') repeat-x}
#supersized{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}.circled.avedonicon-chevron-left,.circled.avedonicon-chevron-right{z-index:-20;display:inline;background:#1b1b1b;height:30px;margin-top:50%;top:0;width:15px;z-index:100;padding:10px;font-size:1.4em;line-height:1.6em}
.circled.avedonicon-chevron-left{display:inline-block;height:30px;left:0;margin-top:20%;position:fixed;top:10%;width:20px}
.circled.avedonicon-chevron-right{display:inline-block;height:30px;right:0;margin-top:20%;position:fixed;top:10%;width:20px}
.circled.avedonicon-chevron-left:hover,.circled.avedonicon-chevron-right:hover{cursor:pointer;text-decoration:none}
ul#slide-list{padding:12px 0;float:left;position:absolute;left:50%}ul#slide-list li{list-style:none;width:12px;height:12px;float:left;margin:0 5px 0 0}
ul#slide-list li.current-slide a,ul#slide-list li.current-slide a:hover{background-position:0 0}
ul#slide-list li a{background-color: rgba(255, 255, 255, 0.4);border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top-left-radius:5px;border-top-right-radius:5px;display:block;float:left;height:10px;margin-left:5px;text-indent:-999px;width:10px;border:1px solid rgba(0,0,0,0.2)}
ul#slide-list li a:hover{background-position:0 -12px;cursor:pointer;background-color: rgba(255, 255, 255, 0.6);}
.circled.glyphicon-chevron-left, .circled.glyphicon-chevron-right { z-index: -20; display: inline; box-shadow: 0 0 3px #222222; margin-top: 10%; top: 0; z-index: 100; padding: 15px 10px; font-size: 1.6em; line-height: 2em; position: fixed; outline: none; background-color: rgba(255,255,255,0.6); }
.circled.glyphicon-chevron-left { display: inline-block; left: 0; padding-bottom: 0; padding-left: 5px; padding-right: 5px; padding-top: 0; }
.circled.glyphicon-chevron-right { display: inline-block; right: 0; padding-bottom: 0; padding-left: 5px; padding-right: 5px; padding-top: 0; }
.circled.glyphicon-chevron-left:hover, .circled.glyphicon-chevron-right:hover { cursor: pointer; text-decoration: none; background-color: rgba(255,255,255,0.8); }
.circled i { display: inline-block; position: absolute; }
#slidecounter { padding-left: 5px; }
#controls-wrapper{margin:0 auto;height:36px;width:100%;bottom:0;left:0;z-index:4;background-color:#1b1b1b;position:fixed;border-top:1px solid rgba(0,0,0,0.4);
  background-image: -webkit-gradient(linear, left 100%, left 0%, from(#3c3c3c), to(#222222));
  background-image: -webkit-linear-gradient(bottom, #3c3c3c, 0%, #222222, 100%);
  background-image: -moz-linear-gradient(bottom, #3c3c3c 0%, #222222 100%);
  background-image: linear-gradient(to top, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
}