@CHARSET "UTF-8";

.eb-slide-show-btn-prev, .eb-slide-show-btn-next{
	position: absolute;
	cursor: pointer;
	z-index: 10;
	top: auto;
	bottom: 20px;		
	width: auto;
	height: auto;
	color: #fff;
	font-size: 30px;
	/*background: url(black-49.png);*/
	border-radius: 5px;
	padding: 10px;		
}

.eb-slide-show-btn-prev{
	left: 10px;
		
}

.eb-slide-show-btn-next{
	right: 10px;
		
}

.eb-slide-show-title-wrapper{
	
}

.eb-slide-show-title{
	position: absolute;
	z-index: 9;
	right: 0px;
	bottom: 0px;
	height: auto;
	width: auto;
	background: url(black-49.png);	
	padding: 10px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	
}

.eb-slide-show-html-wrapper{
	position: absolute;
	z-index: 11;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: auto;	
	background: url(black-49.png);	
	padding: 10px;
	color: #fff;
	font-size: 14px;	
}


.eb-slide-show-loading{background: transparent; position: absolute; top:0; left:0; z-index:100; overflow: hidden; width: 100%; height: 100%;}
        
.eb-slide-show-loading-overlay, .eb-slide-show-loading-background, .eb-slide-show-loading-animation{overflow: hidden;}

.eb-slide-show-loading-overlay{width: 100%; height: 100%; }
        
.eb-slide-show-loading-overlay{
        background:url(overlay.png) 0 0 repeat;
}

.eb-slide-show-loading-background{
		background: url(loading_background.png) center center no-repeat;		
        position: absolute;
        z-index: 101;
        top: 50%;
        left: 50%;
        width: 40px;
        height: 40px;
        margin-left: -20px;
        margin-top: -20px;
}

.eb-slide-show-loading-animation{
        background: url(loading.gif) center center no-repeat;
        position: absolute;
        z-index: 102;
        top: 50%;
        left: 50%;
        width: 40px;
        height: 40px;
        margin-left: -20px;
        margin-top: -20px;
}


.eb-slide-show-dots {
	position: absolute;
	z-index: 100;
	bottom: 20px;
	left: 60px;
	right: 60px;		
	text-align: center;
}

.eb-slide-show-dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;	
	margin: 1px;
	text-indent: -999px;	
	/*background: url(dots.png) no-repeat 0 0;*/
	cursor: pointer;
	border: 1px solid #fff;	
}

.eb-slide-show-dots li.selected, .eb-slide-show-dots li:hover {
	width: 12px;
	height: 12px;
	margin: 0;
	background: #fff;
}


.eb-slide-show-link-title-wrapper{
	position: absolute;
	z-index: 101;
	bottom: 60px;
	left: 0px;
	right: 0px;
	height: auto;	
	text-align: center;
}

.eb-slide-show-link-title-wrapper a{
	display: inline-block;
	height: 28px;
	line-height: 28px;
	padding-left: 20px;
	padding-right: 20px;
	background: #4b6b80;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;	
}
