/*
	Supersized - Fullscreen Slideshow jQuery Plugin
	Flickr Edition 1.1.2
	www.buildinternet.com/project/supersized
	
	By Sam Dunn / One Mighty Roar (www.onemightyroar.com)
	Released under MIT License / GPL License
*/

* { margin:0; padding:0; }
body { background:#111; }
	img{ border:none; }
	
	.stamp{ float: left; margin: -12px 10px 10px 8px;}
		
	#supersized-loader { position:absolute; top:50%; left:50%; z-index:10; width:132px; height:34px; margin:-75px 0 0 -75px; text-indent:-999em; background-color:#111; background:rgba(0,0,0,0.8) url(../img/progress.gif) no-repeat center center; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
	
	#supersized { position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
		#supersized img{ position:relative; display:none; outline:none; border: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 a { z-index:-30; position:absolute; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111;}
			#supersized a.prevslide { z-index:-20; }
			#supersized a.activeslide { z-index:-10; }
			#supersized a.prevslide img, #supersized a.activeslide img{ display:inline; }
	
	/*Controls Section*/
	#controls-wrapper { margin:18px 5px 0px 0; height:132px; width:100%; top:22; left:0; z-index:4; background:url(../img/nav-bg.png) repeat-x; position:fixed; }
		#controls {  height:100%; text-align:left; z-index:5; padding:0 2px; /* Increase padding to give thumbnails room */ }
			#slidecaption { overflow:hidden; float:left; color:#FFF; font:12px "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:normal; text-shadow:#000 0 1px 0; margin:10px 5px 0px 0; }
			#slidecontent { overflow:hidden; float:left; color:#999; font:12px "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:normal; text-shadow:#000 0 1px 0; margin:10px 5px 0px 0; }
			#navigation { float:right; margin:5px 10px 0 0; }
			#social { float:right; margin:5px 8px 0 0;}
			
	