

.futurico-theme.slider-wrapper {
	position: relative;
	width: 1010px;
	height: 640px;
	margin: 0;
	padding: 5px;
	
	background: #e8e8e8;

}

.futurico-theme .nivoSlider {
	position: relative;
	width: 1000px;
	height: 630px;
}

.futurico-theme .nivoSlider img {
	display: none;
	position: absolute;
	width: 1000px;
	height: 630px;
	top: 0;
	left: 0;
}

.futurico-theme .nivo-controlNav {
	position: absolute;
	bottom: -30px;
	left: 105px;
}

.futurico-theme .nivo-controlNav a {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	text-indent: -9999px;
	
	background: #ffffff;

}


.futurico-theme .nivo-controlNav a.active,
.futurico-theme .nivo-caption span {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 100%);
	background: linear-gradient(top,  #ffffff 0%,#ffffff 100%);


}

.futurico-theme .nivo-directionNav a {
	display: block;
	top: 280px;
	
	font-family: 'Consolas', sans-serif;
	font-size: 90px;
	color: #00a6e2;
	text-shadow: 0px 1px 1px rgba(255,255,255, .05);
}

.futurico-theme a.nivo-prevNav { left: -80px; }

.futurico-theme a.nivo-nextNav { right: -80px; }

/*.futurico-theme .nivo-caption {
	padding: 5px 0;

	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #e1e1e1;
	
	background: #000000;


}

.futurico-theme .nivo-caption span {
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 5px 1px 5px;


}

.futurico-theme .nivo-caption em {
	font-family: Georgia, sans-serif;
	font-size: 11px;
	color: #727581;
}*/




