/*

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

Theme 	: Shutter 1.1
Author	: Sam Dunn
Company : One Mighty Roar (www.onemightyroar.com)
License : MIT License / GPL License

*/

/* Controls Bar
----------------------------*/
#controls-wrapper { top:50%; right:0; width:39px; z-index:4; position:fixed; margin-top:-78px;  }
#controls { margin:0; padding:0; list-style:none; }
#controls li { margin:1px 0 0; padding:0; }
#controls li:first-child { margin:0; }
#controls li a {display:block; width:39px; height:39px; background-image:url(../img/slider_controls.png); background-repeat:no-repeat; cursor:pointer;
-webkit-transition: background-position 0.15s ease-in; -moz-transition: background-position 0.15s ease-in; -ms-transition: background-position 0.15s ease-in; transition: background-position 0.15s ease-in;}
#play-button,
body.light #play-button:hover{background-position:-39px -78px;}
#play-button:hover,
body.light #play-button{background-position:-39px -117px;}
#prevslide,
body.light #prevslide:hover {background-position:0 0;}
#prevslide:hover,
body.light #prevslide {background-position:0 -39px;}
#nextslide,
body.light #nextslide:hover {background-position:-39px -39px;}
#nextslide:hover,
body.light #nextslide  {background-position:-39px 0;}
#tray-button,
body.light #tray-button:hover {background-position:0 -117px;}
#tray-button:hover,
body.light #tray-button {background-position:0 -78px;}
#pauseplay {display:block; width:39px; height:39px; cursor:pointer;}

#slidecounter { font-size:11px; text-transform:uppercase; padding:0; line-height:15px; position:absolute; top:15px; right:0; z-index:2; text-shadow:1px 1px 0 #000; width:39px; text-align:center;}
#slidecaption { overflow:hidden; float:right; color:#FFF; font-size:13px; text-transform:uppercase; padding:5px 8px; line-height:15px; }
#slidecaption {margin-left:2px;}

ul#slide-list{margin:0 0 15px; padding:0; position:absolute; z-index:2; left:50%; }
ul#slide-list li{ list-style:none; width:10px; height:10px; float:left; margin:0 0 0 5px; }
ul#slide-list li:first-child { margin:0; }
ul#slide-list li.current-slide a, 
ul#slide-list li a:hover{ background:#000; }
ul#slide-list li a{ display:block; width:10px; height:10px; background:url(../img/transparent_png/black40.png); cursor:pointer;}

/* Progress Bar
----------------------------*/					
#progress-back{ z-index:5; position:absolute; top:0; left:0; height:4px; width:100%; background:url('../img/progress-back.png') repeat-x; }
#progress-bar{ position:relative; height:4px; width:100%; background:#000; }


/* Thumbnail Navigation
----------------------------*/	
#nextthumb,#prevthumb { z-index:3; display:none; position:absolute; top:45%; margin-top:-38px; height:75px; width:100px; overflow:hidden; background:#ddd; border:1px solid #fff; -webkit-box-shadow:0 0 5px #000; }
#nextthumb { right:70px; }
#prevthumb { left:70px; }
#nextthumb img, #prevthumb img { width:150px; height:auto;  }
#nextthumb:active, #prevthumb:active { bottom:59px; }
#nextthumb:hover, #prevthumb:hover { cursor:pointer; }


/* Thumbnail Tray
----------------------------*/			
#thumb-tray{ position:absolute; z-index:3; bottom:0; left:0; background:url(../img/bg-black.png); height:147px; width:100%; overflow:hidden; text-align:center; border-top: 2px solid #222; }

#thumb-back, #thumb-forward{ position:absolute; z-index:5; bottom:50px; height:108px; width:40px; }
#thumb-back{ left:210px; background: url('../img/thumb-back.png') no-repeat center center;}
#thumb-forward{ right:210px; background:url('../img/thumb-forward.png') no-repeat center center;}
#thumb-back:hover, #thumb-forward:hover{ cursor:pointer;  }


ul#thumb-list{ display:inline-block; list-style:none; position:relative; left:0px; padding: 0 210px; margin: 5px 0; width: auto !important; }
ul#thumb-list li{ background:#111; list-style:none; display:inline; width: 154px; height: 112px; overflow:hidden; float:left; margin:11px 2px; }
ul#thumb-list li:first-child { }
ul#thumb-list li img { height:auto; opacity:0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter:alpha(opacity=60); border:2px solid #000; }
ul#thumb-list li.current-thumb img, ul#thumb-list li:hover img{ opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); }
ul#thumb-list li:hover{ cursor:pointer; }