/*

	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
	----------------------------*/
	.bgbanerArrow { position: relative;}
	#controls-wrapper { margin:0 auto; height:42px; width:100%; top:390px; left:0; z-index:4; background:url(../img/nav-bg.png) repeat-x; position:absolute; }
		#controls { overflow:hidden; height:100%; position:relative; text-align:left; z-index:5; }
			
				
				ul#slide-list{ padding:15px 0; float:left; position:absolute; left:44px; }
					ul#slide-list li{ list-style:none; width:12px; height:12px; float:left; margin:0 5px 0 0; }
						ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover{ background-position:0 0px; }
						ul#slide-list li a{ width: 14px; height: 14px; display: block; background: #fff; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; }
							ul#slide-list li a:hover, ul#slide-list li.current-slide a{ background: #ca5e00; }
				
				