/*

	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:4; background:url(../img/nav-bg.png) repeat-x; position:fixed; }
#controls { overflow:hidden; height:100%; position:relative; text-align:left; z-index:5; }
#slidecounter { float:left; color:#999; font:14px "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow:#000 0 -1px 0; margin:0px 10px 0 15px; line-height:42px; }
#slidecaption { overflow:hidden; /*float:left; */color:#FFF; text-shadow:#000 1px 1px 2px; margin:0 auto 0 auto; width:939px; line-height:19px; font-family:Arial, Helvetica, sans-serif; font-size:13px; padding-top:8px; }
#slidecaption span {text-transform:uppercase}		
	
/* Progress Bar
----------------------------*/					
#progress-back{ z-index:5; position:fixed; bottom:60px; left:0; height:8px; width:100%; background:url('/construction/images/progress-back.png') repeat-x; }
#progress-bar{ position:relative; height:8px; width:100%; background:url('/construction/images/progress-bar.png') repeat-x; }
	
				