

.futurico-theme.slider-wrapper {
	position:relative;
	margin:0px auto;
	width: 946px;
	height: 308px;
	


}

.futurico-theme .nivoSlider {
	margin:0px auto;
	position: relative;
	width: 946px;
	height: 308px;
}

.futurico-theme .nivoSlider img {
	margin:0px auto;
	display: none;
	position: absolute;
	width: 946px;
	height: 308px;
	top: 0;
	left: 0;
}

.futurico-theme .nivo-controlNav {
	position: absolute;
	bottom: -20px;
	left: 420px; /* Change this to center the navigation */
}

.futurico-theme .nivo-controlNav a {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	text-indent: -9999px;
	
	background: #6F6F6E;

	-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: #14b5fb;
	background: #009EE3;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#14b5fb), color-stop(100%,#009EE3));
	background: -webkit-linear-gradient(top,  #14b5fb 0%,#009EE3 100%);
	background: -o-linear-gradient(top,  #14b5fb 0%,#009EE3 100%);
	background: -ms-linear-gradient(top, #14b5fb 0%,#009EE3 100%);
	background: linear-gradient(top,  #14b5fb 0%,#009EE3 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 { /* Change navigation arrows */
	display: block;
	top: 120px;
	
	font-family: 'Consolas', sans-serif;
	font-size: 60px;
	color:#009EE3;
	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 {
	padding: 0px;

	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #e1e1e1;
	
	background: #009EE3;

	-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: Georgia, sans-serif;
	font-size: 11px;
	color: #009EE3;
}