/*

	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 {  height:62px; width:100%; bottom:0px; right:0px; z-index:4; background:url(../img/bg-white_flat.png) repeat-x; position:fixed; }
	#controls { padding:10px; overflow:hidden; height:100%; position:relative; text-align:center; z-index:5; }

			
			#navigation { float:right; margin:0px 20px 0 0; }
								
					#prevslide{ height:43px; width:43px; opacity:1; }
					#prevslide:active{ margin-top:-19px;  }
					#prevslide:hover{ cursor:pointer; opacity:0.6; }
						
					#play-button{ margin-right:0px;border-right:0px solid #000; opacity:1; }
					#play-button:hover{ background-position:0 0px; cursor:pointer; opacity:0.6; }
					
					#nextslide{ height:43px; width:43px; opacity:1; }
					#nextslide:active{ margin-top:-19px; }
					#nextslide:hover{ cursor:pointer; opacity:0.6; }
						
					
	/* Progress Bar
	----------------------------*/					
	#progress-back{ z-index:5; position:fixed; bottom:0px; left:0; height:1px; width:100%; background:url('../img/progress-back.png') repeat-x; }
		#progress-bar{ position:relative; height:4px; width:100%; background:url('../img/progress-bar.png') repeat-x; }
	
	

				