/*

	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-wrapper { margin:0 auto; height:42px; width:100%; bottom:0px; left:0; z-index:0; position:fixed; }
		#controls { overflow:hidden; height:100%; position:relative; text-align:left; z-index:5; }
			#slidecounter { position:fixed; line-height:20px; top:25px; left: 177px; color:#eeeeee; font:10px 'Asap', sans-serif;}
			#slidecaption { text-align:center; position:fixed; bottom: 4px; left: 5px; color:#FFF; font:400 10px 'Asap', sans-serif; line-height:20px; }
			
			#navigation { float:right; margin:0px 20px 0 0; }
				#play-button{ 
				position: fixed; 
				top: 5px; 
				left:177px;
				z-index: 2000;
				opacity: 0.5; 
				}
					#play-button:hover{ opacity:1; cursor: pointer; }
				
				#prevslide, #nextslide{ z-index: 1000;
				position:fixed; height:17px; width:17px; top:5px; opacity:0.8; background-color:#000000; 
				}
					#prevslide{ 
						left:151px; 
						background:url('../img/back.png');
						background-color: rgba(0, 0, 0, 0.3);
						border: 1px solid rgba(0, 0, 0, 0.6);
						border-radius: 2px;	
						-moz-box-shadow:    inset 0 0 10px rgba(0, 0, 0, 0.6);
						-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6);
						box-shadow:         inset 0 0 10px rgba(0, 0, 0, 0.6); 
					}
					#nextslide{ 
						left:203px; 
						background:url('../img/forward.png'); 
						background-color: rgba(0, 0, 0, 0.3);
						border: 1px solid rgba(0, 0, 0, 0.6);
						border-radius: 2px;	
						-moz-box-shadow:    inset 0 0 10px rgba(0, 0, 0, 0.6);
						-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6);
						box-shadow:         inset 0 0 10px rgba(0, 0, 0, 0.6);
					}
						#prevslide:active, #nextslide:active{ margin-top:1px; }
						#prevslide:hover, #nextslide:hover{ cursor:pointer; }
				
				ul#slide-list{ bottom: 30px; left: 130px; position:fixed;}
					ul#slide-list li{padding:2px 2px 2px 2px;  list-style:none; display: block;  width:16px; height:16px; margin:0 5px 0 0; }
						ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover{ background-position:0 0px; }
						ul#slide-list li a{ display:block; width:16px; height:16px; background:url('../img/nav-dot.png') no-repeat 0 -32px; }
							ul#slide-list li a:hover{ background-position:0 -16px; cursor:pointer; }
				
				#tray-button{ position:absolute; bottom: 2px; left: 114px; margin-top:1px; opacity: 0.8 }
					#tray-button:hover{bottom: 1px; left: 115px;  background-position:0 1px; cursor:pointer; opacity: 1 }
		
	
	/* Progress Bar
	----------------------------*/				
		#progress-back{
		border-radius: 4px 0 0 0;	
		position:fixed;
		bottom:0px;
		width:5px;
		height:60%;
		opacity:0.7;
		left: 145px;
		background-color:#000000;
			z-index:100;
		}	
		#progress-bar{ border-radius: 4px 0 0 0;	position:fixed; left:145px; height:60%; width:5px; background: rgba(255, 131, 21, 0.5); z-index:1;}
	
	
	/* Thumbnail Navigation
	----------------------------*/	
	#nextthumb,#prevthumb { z-index:2; display:none; position:fixed; bottom:61px; height:75px; width:100px; overflow:hidden; background:#ddd; border:1px solid #fff; -webkit-box-shadow:0 0 5px #000; }
		#nextthumb { right:12px; }
		#prevthumb { left:12px; }
			#nextthumb img, #prevthumb img { width:150px; height:auto;  }
			#nextthumb:active, #prevthumb:active { bottom:59px; }
			#nextthumb:hover, #prevthumb:hover { cursor:pointer; }
	
	
	/* Thumbnail Tray
	----------------------------*/			
	#thumb-tray{ background-color: rgba(0, 0, 0, 0.8); position:fixed; z-index:3; bottom:0px; left:250px; height:50px; width:300px; overflow:hidden; text-align:center; border-radius: 5px 5px 0 0; -moz-box-shadow: 0px 0px 4px #000; -webkit-box-shadow: 0px 0px 4px #000; box-shadow: 0px 0px 4px #000; }
		
		#thumb-back, #thumb-forward{ position:absolute; z-index:5; bottom:0px; height:40px; width:40px; opacity: 0.8; }
			#thumb-back{left:0px; background: url('../img/thumb-back.png') no-repeat center center;}
			#thumb-forward{right:0px; background:url('../img/thumb-forward.png') no-repeat center center;}
				#thumb-back:hover, #thumb-forward:hover{ cursor:pointer; opacity: 1; }
					#thumb-back:hover{ }
					#thumb-forward:hover{  }
		
		
		ul#thumb-list{ display:inline-block; list-style:none; position:relative; left:0px; padding:0 0px; }
			ul#thumb-list li{ background:#111; list-style:none; display:inline; width:100px; height:50px; overflow:hidden; float:left; margin:0; }
				ul#thumb-list li img { width:100px; height:auto; opacity:0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter:alpha(opacity=60); -webkit-transition: all 100ms ease-in-out; -moz-transition: all 100ms ease-in-out; -o-transition: all 100ms ease-in-out; -ms-transition: all 100ms ease-in-out; transition: all 100ms ease-in-out; }
				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;  }
