/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.7
	Site	: www.buildinternet.com/project/supersized
	
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
*/

	img { border:none; }
	
	#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/loading.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:none; border:none; }
			#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
			#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
		
		#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.prevslide { z-index:-20; }
			#supersized li.activeslide { z-index:-10; }
			#supersized li.image-loading { background:#111 url(images/loading.gif) no-repeat center center; width:100%; height:100%; }
				#supersized li.image-loading img{ visibility:hidden; }
			#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }
                        
/* Progress Bar
----------------------------*/					
#progress-back{ z-index:5; position:absolute; bottom:40px; left:0; width:100%;  }
        #progress-bar{ position:relative; height:1px; width:100%; background: rgba(0,0,0,0.8); box-shadow: 0px 0px 2px black; }
        
        

#controls-wrapper {
    bottom: 40px;
    height: 25px;
    left: 0;
    margin: 0 auto;
    /*position: fixed;*/
    position:absolute;
    width: 100%;
    z-index: 4;
}
#controls {
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: left;
    z-index: 5;
}
#slidecounter {
    /*color: #999;*/
    /*float: left;*/
    /*font: 14px/42px "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    /*margin: 0 10px 0 15px;*/
    /*text-shadow: 0 -1px 0 #000;*/
}
#slidecaption {
    /*color: #fff;*/
    /*float: left;*/
    /*font: 400 14px/42px "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    /*margin: 0 20px 0 0;*/
    /*overflow: hidden;*/
    /*text-shadow: 1px 1px 2px #000;*/
}
#navigation {
    float: right;
    margin: 0 20px 0 0;
}
#play-button {
    /*background: url("../img/bg-hover.png") repeat-x scroll 0 44px rgba(0, 0, 0, 0);*/
    /*border-right: 1px solid #333;*/
    /*float: left;*/
    /*margin-top: 1px;*/
}
#play-button:hover {
    /*background-position: 0 1px;*/
    cursor: pointer;
}
#prevslide, #nextslide {
    height: 43px;
    margin-top: -21px;
    opacity: 0.6;
    position: absolute;
    top: 50%;
    width: 43px;
}
#prevslide {
    background: url("../img/back.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    left: 10px;
}
#nextslide {
    background: url("../img/forward.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    right: 10px;
}
#prevslide:active, #nextslide:active {
    margin-top: -19px;
}
#prevslide:hover, #nextslide:hover {
    cursor: pointer;
}
ul#slide-list {
    float: left;
    left: 50%;
    /*padding: 15px 0;*/
    position: absolute;
}
ul#slide-list li {
    float: left;
    height: 12px;
    list-style: outside none none;
    margin: 0 5px 0 0;
    width: 12px;
    cursor: pointer;
}
ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover {
    background-position: 0 0;
    
}
ul#slide-list li.current-slide i, ul#slide-list li.current-slide i:hover {
    color: #FFF;
}
ul#slide-list li a {
    background: url("../img/nav-dot.png") no-repeat scroll 0 -24px rgba(0, 0, 0, 0);
    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 scroll 0 44px rgba(0, 0, 0, 0);*/
    /*border-left: 1px solid #333;*/
    float: right;
    /*margin-top: 1px;*/
}
#tray-button:hover {
    /*background-position: 0 1px;*/
    cursor: pointer;
}
#nextthumb, #prevthumb {
    background: none repeat scroll 0 0 #ddd;
    border: 1px solid #fff;
    bottom: 61px;
    display: none;
    height: 75px;
    overflow: hidden;
    position: fixed;
    width: 100px;
    z-index: 2;
}
#nextthumb {
    right: 12px;
}
#prevthumb {
    left: 12px;
}
#nextthumb img, #prevthumb img {
    height: auto;
    width: 150px;
}
#nextthumb:active, #prevthumb:active {
    bottom: 59px;
}
#nextthumb:hover, #prevthumb:hover {
    cursor: pointer;
}
#thumb-tray {
    /*background: url("../img/bg-black.png") repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    bottom: 0;
    box-shadow: 0 0 4px #000;
    height: 150px;
    left: 0;
    overflow: hidden;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 3;
}
#thumb-back i, #thumb-forward i{
    margin-top: 75%;
}
#thumb-back, #thumb-forward {
    /*bottom: 42px;*/
    height: 80px;
    position: absolute;
    width: 40px;
    z-index: 5;
}
#thumb-back {
    /*background: url("../img/thumb-back.png") no-repeat scroll center center rgba(0, 0, 0, 0);*/
    /*left: 0;*/
}
#thumb-forward {
    /*background: url("../img/thumb-forward.png") no-repeat scroll center center rgba(0, 0, 0, 0);*/
    right: 0;
}
#thumb-back:hover, #thumb-forward:hover {
    background-color: rgba(255, 255, 255, 0.1);
    cursor: pointer;
}
#thumb-back:hover {
    /*border-right: 1px solid rgba(255, 255, 255, 0.2);*/
}
#thumb-forward:hover {
    /*border-left: 1px solid rgba(255, 255, 255, 0.2);*/
}
ul#thumb-list {
    display: inline-block;
    left: 0;
    list-style: outside none none;
    padding: 0;
    margin: 0;
    position: relative;
}
ul#thumb-list li {
    background: none repeat scroll 0 0 #111;
    display: inline;
    float: left;
    height: 80px;
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    width: 100px;
}
ul#thumb-list li img {
    height: auto;
    opacity: 0.5;
    transition: all 100ms ease-in-out 0s;
    max-width: 100%;
}
ul#thumb-list li.current-thumb img, ul#thumb-list li:hover img {
    opacity: 1;
}
ul#thumb-list li:hover {
    cursor: pointer;
}