

/*
#sb-slider-pluginAppObj_139 .sb-description{
    
	font-weight: <!--?wsx5 document.write(parameters.fontcaption.bold ? "bold" : "initial") ?-->;
    font-style: <!--?wsx5 document.write(parameters.fontcaption.italic ? "italic" : "initial") ?-->;
	font-size: <!--?wsx5 document.write(parameters.fontcaption.size) ?-->px;
    font-family: <!--?wsx5 document.write(parameters.fontcaption.family) ?-->;
    
	text-align : left;
	padding: 20px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	z-index: 1000;
	position: absolute;

    background: <!--?wsx5 document.write(hexToRgba(parameters.colorcaption.value.substr(1), 0.3)) ?-->;
	border-left: 4px solid <!--?wsx5 document.write(hexToRgba(parameters.colorcaption.value.substr(1), 0.7)) ?-->;
	color: <!--?wsx5 document.write(parameters.colorcaption.value) ?-->;
    
}
*/

#pluginAppObj_139 {
    max-width: 100%;
    overflow: hidden;
}

#pluginAppObj_139 .wrapper{
    position: relative;
    width: 100%;
    padding: 0 0px;
    margin: 0 auto;
	display: inline-block;
}

.nav-arrows {
	display: none;
}

.nav-arrows a {
	width: 42px;
	height: 42px;
	position: absolute;
	top: 50%;
	text-indent: -9000px;
	cursor: pointer;
	margin-top: -21px;
	opacity: 0.9;
}
.nav-arrows a:first-child{	left: auto;	right: 2px;	background: url('../../appsresources/b04_r.png') no-repeat;    background-size: 42px;}.nav-arrows a:last-child{    left: 2px;	background: url('../../appsresources/b04_l.png') no-repeat;    background-size: 42px;}
.nav-arrows a:hover {
	opacity: 1;
}

.nav-dots {
	text-align: center;
	position: absolute;
	bottom: -5px;
	height: 30px;
	width: 100%;
	left: 0;
	display: none;
}

.nav-dots span {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 3px;
	background: #cbbfae;
	cursor: pointer;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.6), 
		inset 0 1px 1px rgba(0,0,0,0.1);
}

.nav-dots span.nav-dot-current {
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.6), 
		inset 0 1px 1px rgba(0,0,0,0.1), 
		inset 0 0 0 3px #cbbfae,
		inset 0 0 0 8px #fff;
}