/*

	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
	
*/

	/* Slide Caption
	----------------------------*/
	#slidecaption { 
		position:absolute;
		bottom:23px; 
		width:100%;
		height:auto;
		font-family:Verdana, 'Trebuchet MS', Arial, sans-serif;
		font-size:11px;
		color:#aaaaaa; 
		line-height:120%;
		text-align:center;
		z-index:40; }
			
	/* Progress Bar
	----------------------------*/					
	#progress-back{ z-index:5; position:fixed; bottom:0px; left:0; height:2px; width:100%; background:url('../img/progress-back.png') repeat-x; }
		#progress-bar{ position:relative; height:2px; width:100%; background:url('../img/progress-bar.png') repeat-x; }