@CHARSET "UTF-8";

.eb-slide-show-btn-prev, .eb-slide-show-btn-next{
	position: absolute;
	cursor: pointer;
	z-index: 10;
	top: 50%;
	margin-top: -19px;	
	width: 23px;
	height: 38px;		
}

.eb-slide-show-btn-prev{
	left: 0;
	background: url(arrow-left.png) left center no-repeat;	
}

.eb-slide-show-btn-next{
	right: 0;
	background: url(arrow-right.png) right center no-repeat;	
}

.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: 40px;
	left: 0px;
	right: 0px;
	height: 10px;	
	text-align: center;
}

.eb-slide-show-dots li {
	display: inline-block;
	width: 10px;
	height: 10px;	
	margin-left: 4px;
	margin-right: 4px;
	background: url(dots.png) no-repeat 0 0;
	cursor: pointer;
}

.eb-slide-show-dots li.selected, .eb-slide-show-dots li:hover {
	background-position: 0 -10px;
}


.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;	
}
