.futurico-theme.slider-wrapper {
  position: relative;
  width: 450px;
  height: 352px;
  margin:0px 0px 5px 13px;
  padding: 5px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
 
.futurico-theme .nivoSlider {
  position: relative;
  width: 450px;
  height: 352px;
}
 
.futurico-theme .nivoSlider img {
    display: none;
    position: absolute;
    width: 450px;
    height: 352px;	
    top: 0;
    left: 0;
}

.futurico-theme .nivo-controlNav {
    position: absolute;
    bottom: 370px;
    right: 0px;
    width:250px;
}

.futurico-theme .nivo-controlNav a {
    display: block;
    float: right;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    text-indent: -9999px;
    background: #fff;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0, .5), 0px 1px 1px rgba(255,255,255, .05);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0, .5), 0px 1px 1px rgba(255,255,255, .05);
    box-shadow: inset 0px 1px 1px rgba(0,0,0, .5), 0px 1px 1px rgba(255,255,255, .05);
}
.futurico-theme .nivo-controlNav a.active,
.futurico-theme .nivo-caption span {
    background: #ddd;
    background: -moz-linear-gradient(top,  #ddd 0%, #ddd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ddd), color-stop(100%,#ddd));
    background: -webkit-linear-gradient(top,  #ddd 0%,#ddd 100%);
    background: -o-linear-gradient(top,  #ddd 0%,#ddd 100%);
    background: -ms-linear-gradient(top,  #ddd 0%,#ddd 100%);
    background: linear-gradient(top,  #ddd 0%,#ddd 100%);
    -webkit-box-shadow: inset 0px 1px 1px rgba(255,255,255, .4), 0px 1px 1px rgba(0,0,0, .3);
    -moz-box-shadow: inset 0px 1px 1px rgba(255,255,255, .4), 0px 1px 1px rgba(0,0,0, .3);
    box-shadow: inset 0px 1px 1px rgba(255,255,255, .4), 0px 1px 1px rgba(0,0,0, .3);
}

.futurico-theme .nivo-directionNav a {
    display: none;
    top: 60px;
    font-family: 'Bitter';
    font-size: 40px;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(255,255,255, .05);
}
.futurico-theme a.nivo-prevNav { left: -40px; }
.futurico-theme a.nivo-nextNav { right: -40px; }
.futurico-theme .nivo-caption {
    display:none;
    padding: 5px 0px 2px 0px;
    font-family: 'Bitter:400';
    font-size: 16px;
    color: #e1e1e1;
    background: #000;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
 
.futurico-theme .nivo-caption span {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 5px 1px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
 
.futurico-theme .nivo-caption em {
    font-family: Bitter;
    font-size: 18px;
    
}

.futurico-theme .nivo-caption a, .futurico-theme .nivo-caption a:link, .futurico-theme .nivo-caption a:visited {
	font-weight:bold;
	text-decoration:none;
}	

.futurico-theme .nivo-caption a:hover {
	color:#0000AA;
	text-decoration:underline;
}	


/* text-theme */
.text-theme .nivoSlider {
    position: relative;
    width:450px;
    height:40px;
    top:0px;
    left:-40px;
    vertical-align:top;
}

.text-theme .nivoSlider img {
    display: none;
}

.text-theme .nivo-caption {
    padding: 5px 0px 2px 0px;
    font-family: 'Bitter';
    color: #000000;
    width:500px;
    height:40px;
    vertical-align:top;
    background: transparent;
}

.text-theme .nivo-caption a, .text-theme .nivo-caption a:link, .text-theme .nivo-caption a:visited {
	text-decoration: none;
	font-weight:bold;
}	

.text-theme .nivo-caption a:hover {
	color:#0000AA;
	text-decoration:underline;
}	

.text-theme .nivo-controlNav {
    position: absolute;
    top:70px;
    left:70px;
}

.text-theme .nivo-controlNav a {
    display: block;
    float: left;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    text-indent: -9999px;
    background: #4ea789;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0, .5), 0px 1px 1px rgba(255,255,255, .05);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0, .5), 0px 1px 1px rgba(255,255,255, .05);
    box-shadow: inset 0px 1px 1px rgba(0,0,0, .5), 0px 1px 1px rgba(255,255,255, .05);

}
.text-theme .nivo-controlNav a.active,
.text-theme .nivo-caption span {
    background: #fff;
    -webkit-box-shadow: inset 0px 1px 1px rgba(255,255,255, .4), 0px 1px 1px rgba(0,0,0, .3);
    -moz-box-shadow: inset 0px 1px 1px rgba(255,255,255, .4), 0px 1px 1px rgba(0,0,0, .3);
    box-shadow: inset 0px 1px 1px rgba(255,255,255, .4), 0px 1px 1px rgba(0,0,0, .3);
}
.text-theme .nivo-caption span.gt {
	font-weight:bold;
	background: transparent;
	font-size:10px;
	border:0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	
}
.text-theme a.nivo-prevNav { display: none; }
.text-theme a.nivo-nextNav { display: none; }
/* Stylesheet: slider Modified On 2015-10-26 20:30:32 */
