/*

	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:180px; width:100%; bottom:0; left:0; z-index:4; position:fixed; 
	}

	.controls-wrapper-bg {
		background:url(../img/nav_bg_off.png); 
		background-repeat:repeat-x;
	}
	
	#controls { overflow:hidden; height:100%; position:relative; text-align:center; z-index:5; }
			
		
	
	/* Thumbnail Tray
	----------------------------*/			
	#thumb-tray{ position:fixed; z-index:5; bottom:0; left:0; 
	height:146px; width:100%; overflow:hidden; text-align:center;}

	.thumb-tray-bg {
		background:url(../images/nav_bg.png);	
		background-repeat:repeat-x;	
	}
	
	#thumb-list {position: relative; overflow: hidden; bottom:-400px;}
		
		
