﻿/*

	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
	----------------------------*/
			
	#play-button{background-color:#333; float:right; margin:10px 20px 0 0 }
	#play-button:hover{ background-position:0 1px; cursor:pointer; }
				
	
	/* Progress Bar
	----------------------------*/					
	#progress-back{ z-index:1002; position:fixed; bottom:0; left:0; height:8px; width:100%; background:url('../img/progress-back.png') repeat-x; }
	#progress-bar{ position:relative;z-index:1003; height:8px; width:100%; background:url('../img/progress-bar.png') repeat-x; }
	
	#slidecaption {font-size:36px; letter-spacing:2px; font-weight:lighter; color:#000; text-align:right; background-color:#fff; padding:0 6px;position:absolute; left:100px; bottom:100px;font-family:'theano_didotregular'; }

	
	
	#prevslide, #nextslide{ position:absolute; height:43px; width:43px; top:50%; margin-top:-21px; opacity:0.6; }
	#prevslide{ left:10px; background:url('../img/back.png'); }
	#nextslide{ right:10px; background:url('../img/forward.png'); }
	#prevslide:active, #nextslide:active{ margin-top:-19px; }
	#prevslide:hover, #nextslide:hover{ cursor:pointer; }