/*

	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:40px; width:350px; bottom:0; z-index:99999999; position:fixed; background-color:#fff; }

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

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