/*

	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(../img/progress.gif) no-repeat center center;*/}
	
	#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; padding:0px; }
		#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; max-width:none; transition: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 {}
			#supersized li.prevslide { z-index:-20; }
			#supersized li.activeslide { z-index:-10; }
			#supersized li.image-loading { background:#111 /*url(../img/progress.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; }


/*

	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
	
*/
		
	
	/* Progress Bar
	----------------------------*/					
	#progress-back{ z-index:5; margin-left:10%; height:3px; width:80%; background:rgba(0,0,0,.5);  overflow:hidden; border-bottom-left-radius:3px; border-bottom-right-radius:3px;}
		#progress-bar{ position:relative; height:3px; width:100%; background:#333; }
	
	
	/* 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{ position:absolute; z-index:3; bottom:120px; left:0; height:auto; width:100%; overflow:hidden; text-align:center; opacity:0; visibility:hidden;
	
	-webkit-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
				}
		
		#thumb-tray.opened{opacity:1; visibility:visible; bottom:100px;}
		
		#thumb-back, #thumb-forward{ position:absolute; z-index:5; bottom:0px; top:0px; height:auto; width:40px; background-color:rgba(0,0,0,0.3); }
			#thumb-back{ left:0;}
			#thumb-forward{ right:0;}
				#thumb-back:hover, #thumb-forward:hover{ cursor:pointer; background-color:rgba(0,0,0,0.4); }
				
		#thumb-back:after{content:"\e803"; position:absolute; top:50%; font-size:14px; color:#fff; font-family: "fontello"; margin-top:-5px; left:50%; margin-left:-6px;}
		#thumb-forward:after{content:"\e804"; position:absolute; top:50%; font-size:14px; color:#fff; font-family: "fontello"; margin-top:-5px; left:50%; margin-left:-6px;}
				
		
		
		ul#thumb-list{list-style-type:none; position:relative; margin:0px auto; box-shadow: 0px 0px 5px rgba(0,0,0,0.5);}
			ul#thumb-list li{ background:#111; display:inline; width:auto; height:auto; overflow:hidden; float:left; position:relative; }
				ul#thumb-list li img { width:120px; height:auto; opacity:1; position:relative;}
				ul#thumb-list li:after{position:absolute; content:''; width:100%; height:100%; top:0px; left:0px; background:#111; opacity:0.5; -webkit-transition:all 0.3s ease-in;
	-ms-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;} 
				ul#thumb-list li:hover{ cursor:pointer; }
				ul#thumb-list li:hover:after,
				ul#thumb-list li.current-thumb:after{opacity:0;}
				
				
.avalon_td_themedosupersized_wrap{
	width:100%;
	height:auto;
	float:left;
	clear:both;
	position:relative;
	z-index:2;
}
.avalon_td_themedosupersized_wrap .controls_wrap{
	position:absolute;
	z-index:50;
	bottom:60px;
	left:50%;
	margin-left:-90px;
	
}
.avalon_td_themedosupersized_wrap .controls_wrap .controls{
	padding:5px 15px;
	background:#000;
	border-radius:3px;
}
.avalon_td_themedosupersized_wrap .controls_wrap .controls > span{
	display:inline-block;
	margin:0px 7px;
	cursor:pointer;
	color:#fff;
}
.avalon_td_themedosupersized_wrap .controls_wrap .play_button .pause,
.avalon_td_themedosupersized_wrap .controls_wrap .play_button.pause .play{
	display:none;
}
.avalon_td_themedosupersized_wrap .controls_wrap .play_button.pause .pause{
	display:inline-block;
}
.avalon_td_themedosupersized_wrap .controls_wrap .controls > span i{
	font-size:12px;
}
.avalon_td_themedosupersized_wrap .controls_wrap .controls > span.play_button i{
	font-size:13px;
}
.avalon_td_themedosupersized_wrap .controls_wrap .controls > span.thumb_button i{
	font-size:14px;
}