#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url('../images/progress.gif') no-repeat center center;}

#supersized {  display:block; position:absolute; left:0; top:113px; overflow:hidden; z-index:-999; height:500px; width:100%; z-index: 1; margin:0; padding:0; }

#supersized img {
	width:auto;
	height:auto;
	position:relative;
	display:none;
	outline:none;
	border:none;
	overflow:hidden !important;
}

#supersized li { display:block; list-style:none; z-index:-30; position:absolute; overflow:hidden; top:0; left:0; width:100%; }
#supersized a { width:100%; height:500px; display:block; }
#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }
#supersized li.image-loading { background: url('../images/progress.gif') no-repeat center center; width:100%; height:100%; }
#supersized li.image-loading img{ visibility:hidden; }
#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }


ul#slide-list {
	padding: 15px 0;
	float: left;
	bottom: 0;
	left: 0;
	z-index: 1000 !important;
	width: 100%;
	display: flex;
  justify-content: center;
  position: absolute;
}
ul#slide-list li {
	list-style:none;
	width:12px;
	height:12px;
	float:left;
	margin:0 10px 0 0;
	background-color: #FFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #2c88b5;
}
#slide-list li a {
	display:block;
	width:12px;
	height:12px;
}
#slide-list li a:hover {
	background-position:0 -12px;
	cursor:pointer;

}
