/*

	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
	----------------------------*/
	#controls-wrapper {width:360px; bottom:98px; left:50%; margin-left:-427px; z-index:3; background:#3e3e3e; position:absolute; border-radius:10px;}
		#controls { overflow:hidden; height:100%; position:relative; text-align:left; z-index:5; }
			#slidecaption { overflow:hidden; float:left; color:#FFF; font:normal 12px Arial, Helvetica, sans-serif; color:#fff; padding:15px 0 15px 65px;}
			
			#navigation { float:right; margin:0px 20px 0 0; }
			
			#arrow-nav {
				position:absolute;
				z-index:4;
				left:50%;
				margin-left:-470px;
				bottom:78px;
				width:87px;
				height:87px;
				background:black;
				background:#000 url(../images/arrow-divider.gif) 50% 50% no-repeat;
				border-radius:44px;
				}
			.no-borderradius #arrow-nav {
				background:url(../images/arrow-nav.png) 0 0 no-repeat;
				}
			.borderradius #arrow-nav:hover {
				background:#000;
				}
				
				#prevslide, #nextslide{ position:absolute; height:87px; width:43px; top:0; cursor:pointer; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; transition: all .2s ease-in-out;}
				#prevslide{ left:0; background:url('../images/prev.gif') no-repeat 50% 50%; border-radius:44px 0 0 44px;}
				#nextslide{ right:0; background:url('../images/next.gif') no-repeat 50% 50%; border-radius:0 44px 44px 0;}
				#prevslide:active, #nextslide:active{  }
				.borderradius #prevslide:hover, .borderradius  #nextslide:hover{ background-color:#272727; }