/*

	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 { margin:0 auto; height:14px; padding:18px 0; width:100%; bottom:0px; left:0; z-index:4; background:url(../images/opacity.png) repeat left top; position:fixed;
	}
		#controls { overflow:hidden; height:12px; position:relative; text-align:left; z-index:5; float:right; padding-right:28px; width:286px; margin-top:1px;
		}
			#slidecounter { display:none;
			}
			/* Progress Bar	----------------------------*/					
			#progress-back{
				z-index:5;
				height:4px;
				width:193px;
				margin-top:4px;
				float:left;
				background:url('../images/supersized/progress-back.png') repeat-x;
			}
				#progress-bar{ position:relative; height:4px; width:100%; background:#ff2436; }
			
			#navigation {
				float:right;
				width:64px;
				height:12px;
				position:relative;
			}
				.prevslide_arrow, .nextslide_arrow { position:absolute; height:50px; width:50px; top:50%; margin-top:-25px; opacity:1; }
					.prevslide_arrow {
						left:35px;
						background:url('../images/supersized/back.png') no-repeat;
						background-position:0 0;
					}
					.nextslide_arrow {
						right:35px;
						background:url('../images/supersized/forward.png') no-repeat;
						background-position:0 0;
					}
						.prevslide_arrow:active, .nextslide_arrow:active{ 
						}
						.prevslide_arrow:hover, .nextslide_arrow:hover{
							cursor:pointer;
							background-position:0 -50px;
						}
					.play-button_center {
					}
					.play-button_center:hover{
						cursor:pointer;
					}	
				#navigation .prevslide_arrow, #navigation .nextslide_arrow {
					height:12px;
					width:7px;
					top:0;
					margin-top:0;
					opacity:1;
				}
					#navigation .prevslide_arrow {
						left: 0;
						background:url('../images/supersized/foot_prev.png') no-repeat !important;
						background-position:0 0;
					}
					#navigation .nextslide_arrow {
						right:0;
						background:url('../images/supersized/foot_next.png') no-repeat !important;
						background-position:0 0;
					}
						#navigation .prevslide_arrow:hover, #navigation .nextslide_arrow:hover{
							cursor:pointer;
							background-position:0 -12px !important;
						}		
					
					
					
				.tray-button { 
					position:absolute;
					bottom:22px;
					left:50%;
					width:12px;
					height:7px;
					margin-left:-6px;
					cursor:pointer;
				}
				.tray-arrow {
					background-image:url(../images/supersized/button-tray-up.png);
					background-position:0 0;
					background-repeat:no-repeat;
				}
				.tray-arrow:hover { background-position:0 -7px;
				}
				.tray-arrow.traydown {background-image:url(../images/supersized/button-tray-down.png);
				}
				
				
				ul#slide-list{ display:none !important;
				}
				
				
.pauseplay_center {
	width:50px;
	height:50px;
	display:block;
	text-indent:-9999px;
	background-image:url(../images/supersized/play_center.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
.pauseplay_center:hover {	background-position:0 -50px;
}					
.pauseplay_center.pause { background-image:url(../images/supersized/pause_center.png);
}

.pauseplay {
	width:10px;
	height:12px;
	display:block;
	text-indent:-9999px;
	background-image:url(../images/supersized/play.png);
	background-position:0 0;
	background-repeat:no-repeat;
	margin-left:27px;
}
.pauseplay:hover {	background-position:0 -12px;
}					
.pauseplay.pause { background-image:url(../images/supersized/pause.png);
}	
	
	
	
	/* Thumbnail Navigation
	----------------------------*/	
	#nextthumb,#prevthumb {display:none;
	}
	
	
	/* Thumbnail Tray
	----------------------------*/			
	#thumb-tray{ position:fixed; z-index:3; bottom:0; left:0; background:url(../images/supersized/bg-black.png) repeat-x left top; height:148px; width:100%; overflow:hidden; text-align:center; padding-top:2px;
	}
		
		#thumb-back, #thumb-forward{ position:absolute; z-index:5; bottom:52px; height:96px; width:40px; }
			#thumb-back{ left:0; background: url('../images/supersized/thumb-back.png') no-repeat center center;}
			#thumb-forward{ right:0; background:url('../images/supersized/thumb-forward.png') no-repeat center center;}
				#thumb-back:hover, #thumb-forward:hover{ cursor:pointer; background-color:rgba(256,256,256, 0.1); }
					#thumb-back:hover{ border-right:1px solid rgba(256,256,256, 0.2); }
					#thumb-forward:hover{ border-left:1px solid rgba(256,256,256, 0.2); }
		
		
		ul#thumb-list{ display:inline-block; list-style:none; position:relative; left:0px; padding:0 0px; }
			ul#thumb-list li{ list-style:none; display:inline; width:110px; height:96px; overflow:hidden; float:left; margin:0 2px 0 0; }
				ul#thumb-list li img { width:110px; height:auto; opacity:0.3; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; filter:alpha(opacity=30); }
				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; }