/*

	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 {
	margin: 0 auto;
	height: 40px;
	width: 100%;
	/*position: absolute;
	bottom: 88px;
	left: 0;*/
	z-index: 4;
	background-color:rgba(255,255,255,0.80);
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ccffffff,EndColorStr=#ccffffff);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ccffffff,EndColorStr=#ccffffff)";
}
#controls-wrapper:not(:target) {
    filter: none;
    -ms-filter: none;
}
#controls {
	overflow: hidden;
	height: 100%;
	position: relative;
	text-align: left;
	z-index: 5;
}
ul#slide-list {
	margin: 0;
	padding: 18px 0 0;
	/*float: left;
	position: absolute;
	left: 50%;*/
	text-align: center;
}
ul#slide-list li {
	list-style: none;
	width: 60px;
	height: 4px;
	display: inline-block;
	margin: 0 10px 0 0;
	text-indent: -999999px;
}
ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover {
	background-color: #618acd;
}
ul#slide-list li a {
	display: block;
	width: 60px;
	height: 4px;
	background: #555555;
}
ul#slide-list li a:hover {
	background-color: #618acd;
	cursor: pointer;
}
