/*

	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; }

#navigation { float:right; margin:0px 20px 0 0; }
				
#prevslide, #nextslide{ z-index:5; position:fixed; height:40px; width:40px; top:200px; }
#prevslide{ left:36px; background:url('back.png'); }
#nextslide{ left:90px; background:url('next.png'); }
#prevslide:active, #nextslide:active{ margin-top:0px; }
#prevslide:hover, #nextslide:hover{ cursor:pointer; }
