/*

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

	/* Controls Bar
	----------------------------*/
#controls-wrapper {margin:0 auto; height:30px; width:300px; bottom:32px;}
#controls {overflow:hidden; height:100%; position:relative; z-index:5; }
			
ul#slide-list{list-style:none; padding:10px 0 !important; margin:0 !important; text-align:center;}
ul#slide-list li {width:12px; height:12px; display:inline-block; margin:0 5px 0 0;}
ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover{background-color:#FFF;}
ul#slide-list li a{ display:block; width:12px; height:12px; background-color:#4d443f;}
ul#slide-list li a:hover{background-color:#FFF;}