/*

	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 {
    height: 42px;
    top:50%;
    right:1%;
    z-index: 4;
    position: absolute;
    position: fixed;
}
#controls {
	overflow:hidden;
	height:100%;
	position:relative;
	text-align:left;
	z-index:5;
}

ul#slide-list {
	float:right;
	position:absolute;
	right:1%;	
}
ul#slide-list li {
	list-style:none;
	width:12px;
	height:12px;
	float:left;
	margin-bottom:10px;
}
ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover {
	background-color: #e91e63;
}
ul#slide-list li a {
    display: block;
    width: 12px;
    height: 12px;
    background-color: #000;
    border-radius: 30px;
    border: 3px solid #fff;
}
ul#slide-list li a:hover {
	background-color: #e91e63;
	cursor:pointer;
}

