/* 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-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-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)} #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:0 20px 0 0;line-height:36px} #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); }