/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	
	Version : 3.1.4
	Theme 	: Player
	Site	: www.buildinternet.com/project/supersized
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
*/
	
	/* General
	----------------------------*/
	hr{ border:none; height:1px; background:#444; overflow:hidden; width:330px; display:block; margin:10px 20px; }
	.clearfix{ height:0px; width:100%; overflow:hidden; display:block; clear:both;  }
	#content{ position:fixed; top:30px; left:30px; background:url('../img/bg-white.png'); padding:20px; }
		#logo{ margin:0 0 10px 0; display:block; }
		#main-nav{ list-style: none; width:224px; }
			#main-nav li{ list-style:none; }
				#main-nav li a{ text-decoration:none; color:#333; display:block; padding:7px 0; border-bottom:1px solid #333; font:bold 13px "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform:uppercase; }
					#main-nav li a.selected{ color:#a7906d !important; }
					#main-nav li a:hover{ color:#666; }
		#flickr{ position:fixed; right:30px; bottom:30px; display:block; width:102px; height:101px; z-index:20; }
	
	#content-box{ position:absolute; top:15%; left:35%; background:url('../img/bg-white.png'); width:600px; padding:20px 0; }
		#content-box h2{ color:#444; font:italic 17px 'Times', Georgia, serif; margin:0 20px; }
		#content-box p{ color:#555; font:italic 11px Georgia, serif; margin:0 20px 10px 20px; line-height:140%; }
		#content-box p span.symbols{ font-style:normal; }
		#content-box a{ color:#333; text-decoration:underline; font-weight:bold; }
			#content-box a:hover{  text-decoration:none; }
		#content-box a.donate-link{ font-size:18px; line-height:22px; color:#222; text-decoration:none; padding:5px 25px 5px 0; background:url('../img/link.png') no-repeat right center; }
			#content-box a.donate-link:hover{ text-decoration:underline; }
	
	#content-box h3{ color:#666; font:bold 12px Arial, sans-serif; text-transform: uppercase; }
	.left-side{ float:left; width:200px; margin:5px 0 0 0px; }
		.left-side h3{ margin:0 0 10px 20px; }
	.right-side{ float:left; width:200px; clear:right; margin:5px 0 0 0; }
		.right-side h3{ margin:0 0 10px 0; }
		#content-box .right-side p{ margin:0px 20px 20px 0; }
		
		#copy{ position:fixed; bottom:30px; right:30px; font:11px "Helvetica Neue", Helvetica, Arial, sans-serif; color:#aaa;}
		
	/* Controls Bar
	----------------------------*/
	#controls-wrapper { margin:0 auto; width:100%; bottom:0px; left:0; z-index:4; 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-transform: uppercase; font:bold 14px Arial, sans-serif; text-shadow:1px 1px 2px rgba(0,0,0,0.7); margin:0 20px 5px 30px; padding:15px 0 0 0; -webkit-font-smoothing: antialiased; border-top:1px solid #fff; }
			#slidedetails{ clear:both; color:#fff; font:italic 12px Georgia, serif; margin:0 0 30px 30px; text-shadow:1px 1px 2px rgba(0,0,0,0.7); }
			#navigation { float:right; margin:0px 20px 0 0; }
				#play-button{ float:left; margin-top:1px;border-right:1px solid #333; background:url('../img/bg-hover.png') repeat-x 0 44px; }
					#play-button:hover{ background-position:0 1px; cursor:pointer; }
				#prevslide{ position:absolute; height:74px; width:34px; left:10px; top:50%; margin-top:-21px; background:url('../img/back.png') no-repeat; opacity:0.7; }
				#nextslide{ position:absolute; height:74px; width:34px; right:10px; top:50%; margin-top:-21px; background:url('../img/forward.png') no-repeat; opacity:0.7; }
					#prevslide:active, #nextslide:active{ margin-top:-19px; }
					#prevslide:hover, #nextslide:hover{ cursor:pointer; opacity:1; }
				ul#slide-list{ padding:15px 0; float:left; position:absolute; left:50%; }
					ul#slide-list li{ list-style:none; width:12px; height:12px; float:left; margin:0 5px 0 0; }
						ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover{ background-position:0 0px; }
						ul#slide-list li a{ display:block; width:12px; height:12px; background:url('../img/nav-dot.png') no-repeat 0 -24px; text-indent:-9999px; }
							ul#slide-list li a:hover{ background-position:0 -12px; cursor:pointer; }
				#tray-button{ float:right; margin-top:1px; border-left:1px solid #333; background:url('../img/bg-hover.png') repeat-x 0 44px; }
					#tray-button:hover{ background-position:0 1px; cursor:pointer; }
		
	
	/* Progress Bar
	----------------------------*/					
	#progress-back{ z-index:5; position:fixed; bottom:42px; height:8px; width:100%; background:url('../img/progress-back.png') repeat-x; }
		#progress-bar{ display:none; position:relative; height:8px; width:100%; background:url('../img/progress-bar.png') repeat-x; }
	
	
	/* Thumbnail Navigation
	----------------------------*/	
	#nextthumb,#prevthumb { z-index:2; display:none; position:fixed; bottom:61px; height:75px; width:100px; overflow:hidden; background:#ddd; border:1px solid #fff; -webkit-box-shadow:0 0 5px #000; }
		#nextthumb { right:12px; }
		#prevthumb { left:12px; }
			#nextthumb img, #prevthumb img { width:150px; height:auto;  }
			#nextthumb:active, #prevthumb:active { bottom:59px; }
			#nextthumb:hover, #prevthumb:hover { cursor:pointer; }
	
	
	/* Thumbnail Tray
	----------------------------*/			
	#thumb-tray{ position:fixed; z-index:3; bottom:0; left:0; background:url(../img/bg-black.png); height:150px; width:100%; overflow:hidden; text-align:center; -moz-box-shadow: 0px 0px 4px #000; -webkit-box-shadow: 0px 0px 4px #000; box-shadow: 0px 0px 4px #000; }
		#thumb-back, #thumb-forward{ position:absolute; z-index:5; bottom:42px; height:108px; width:40px; }
			#thumb-back{ left:0; background: url('../img/thumb-back.png') no-repeat center center;}
			#thumb-forward{ right:0; background:url('../img/thumb-forward.png') no-repeat center center;}
				#thumb-back:hover, #thumb-forward:hover{ cursor:pointer; background-color:rgba(256,256,256, 0.1); }
					#thumb-back:hover{ border-right:1px solid rgba(256,256,256, 0.2); }
					#thumb-forward:hover{ border-left:1px solid rgba(256,256,256, 0.2); }
		ul#thumb-list{ display:inline-block; list-style:none; position:relative; left:0px; padding:0 0px; }
			ul#thumb-list li{ background:#111; list-style:none; display:inline; width:150px; height:108px; overflow:hidden; float:left; margin:0; }
				ul#thumb-list li img { width:200px; height:auto; opacity:0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter:alpha(opacity=60); }
				ul#thumb-list li.current-thumb img, ul#thumb-list li:hover img{ opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); }
				ul#thumb-list li:hover{ cursor:pointer; }