/*
Supersized - Fullscreen Slideshow jQuery Plugin
Version : 3.2.7
Site    : www.buildinternet.com/project/supersized

Theme   : Shutter 1.2
Author  : Sam Dunn
Company : One Mighty Roar (www.onemightyroar.com)
License : MIT License / GPL License
*/
/*
Controls Bar
*/
#controls {height: 100%; overflow: hidden; position: relative; text-align: left; z-index: 10;}
#slidecounter {color: #999; float: left; font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 42px; margin: 0px 10px 0 15px; text-shadow: #000 0 -1px 0;}
/*#slidecaption {color: #fff; float: left; font: 400 14px "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 42px; margin: 0 20px 0 0; overflow: hidden; text-shadow: #000 1px 1px 2px;}*/
#navigation {float: right; margin: 0px 20px 0 0;}
#play-button {background: url('../img/bg-hover.png') repeat-x 0 44px; border-right: 1px solid #333; float: left; margin-top: 1px;}
#play-button:hover {background-position: 0 1px; cursor: pointer;}
#nextslide, #prevslide {height: 80px; margin-top: -40px; position: absolute; top: 50%; width: 26px; z-index: 99;}
#prevslide {background: url('../img/freccia_sinistra_bianca.png'); left: 20px;}
#nextslide {background: url('../img/freccia_destra_bianca.png'); right: 20px;}
/*#nextslide: active, #prevslide: active {margin-top: 0px;}*/
#nextslide:hover, #prevslide:hover {cursor: pointer;}
#prevslide:hover {background: url('../img/freccia_sinistra_rossa.png');}
#nextslide:hover {background: url('../img/freccia_destra_rossa.png');}
ul#slide-list {float: left; left: 50%; padding: 15px 0; position: absolute;}
ul#slide-list li {float: left; height: 12px; list-style: none; margin: 0 5px 0 0; width: 12px;}
ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover {background-position: 0 0px;}
ul#slide-list li a {background: url('../img/nav-dot.png') no-repeat 0 -24px; display: block; height: 12px; width: 12px;}
ul#slide-list li a:hover {background-position: 0 -12px; cursor: pointer;}
#tray-button {background: url('../img/bg-hover.png') repeat-x 0 44px; border-left: 1px solid #333; float: right; margin-top: 1px;}
#tray-button:hover {background-position: 0 1px; cursor: pointer;}
/*
Progress Bar
*/
/*#progress-back {background: url('../img/progress-back.png') repeat-x; bottom: 42px; height: 8px; left: 0; position: fixed; width: 100%; z-index: 5;}*/
/*#progress-bar {background: url('../img/progress-bar.png') repeat-x; height: 8px; position: relative; width: 100%;}*/
/*
Thumbnail Navigation
*/
#nextthumb, #prevthumb {background: #dedede; border: 0px solid #fff; bottom: 61px; display: none; height: 60px; overflow: hidden; position: absolute; width: 90px; z-index: 10;}
#nextthumb {bottom: 22px; right: 20px;}
#prevthumb {bottom: 22px; left: 20px;}
#nextthumb img, #prevthumb img {height: auto; width: 90px;}
/*#nextthumb:active, #prevthumb:active {bottom: 59px;}*/
#nextthumb:hover, #prevthumb:hover {cursor: pointer;}
/*
Thumbnail Tray
*/
#thumb-tray {bottom: 0px; height: 62px; left: 0; overflow: hidden; position: absolute; text-align: left; width: auto;}
#thumb-back, #thumb-forward {bottom: 42px; height: 60px; position: absolute; width: 40px; z-index: 50;}
/*#thumb-back:hover {border-right: 1px solid rgba(256, 256, 256, 2);}*/
/*#thumb-forward:hover {border-left: 1px solid rgba(256, 256, 256, 2);}*/
ul#thumb-list {display: inline-block; left: 0px; list-style: none; margin-left: 10px; padding: 0 0px; position: relative;}
ul#thumb-list li {display: inline; float: left; height: 60px; list-style: none; margin-left: 10px; overflow: hidden;}
ul#thumb-list li img {height: 60px; width: 90px;}
ul#thumb-list li:hover {cursor: pointer;}
.current-thumb img {margin: -1px;}
.current-thumb {border: 1px solid #d31515; height: 58px !important;}