/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.0
	Site	: www.buildinternet.com/project/supersized
	
	Theme 	: Shutter
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
*/

	/* Controls Bar
	----------------------------*/
#controls-wrapper { margin:0 auto; height:80px; width:100%; bottom:0px; left:0; z-index:4; position:fixed; }
#controls { overflow:hidden; height:100%; position:relative; text-align:left; z-index:5; }

#slidecaption { font-family:Arial, Helvetica, sans-serif; float:right; position:fixed; top: 15px; right: 15px; color:#000; font-size:11px; font-weight:700; margin:0 0px 24px 0; line-height:20px; text-align:right; z-index:10; text-shadow: 0px 1px 0px #ccc;}
#navigation { float:right; margin:0px 20px 0 0; }
				
#prevslide, #nextslide{ z-index:5; position:fixed; height:52px; width:52px; bottom:26px; }
#prevslide{ right:94px; background:url('next.png'); background-position: left top;}
#nextslide{ right:26px; background:url('next.png'); background-position: right top;}
#prevslide:active, #nextslide:active{ margin-top:-19px; }
#prevslide:hover, #nextslide:hover{ cursor:pointer; background-position: 52px}
#prevslide:hover{ background-position: left 52px}
#nextslide:hover{ background-position: right 52px}