/* *********************************************************************************************

Slider (CSS3 + Nivo Slider) [Tutorial]
"Slider (CSS3 + Nivo Slider)" that was specially made for DesignModo by our friend Valeriu Timbuc. 

Links:
http://vtimbuc.net/
https://twitter.com/vtimbuc
http://designmodo.com/futurico
http://vladimirkudinov.com
http://rockablethemes.com

********************************************************************************************* */

/*
Skin Name: Futurico Theme
Skin URI: http://designmodo.com
Skin Type: fixed
Image Width: 290
Image Height: 170
Description: Futurico UI CSS3 Theme for Nivo slider.
Version: 1.0
Author: Valeriu Timbuc
Author URI: http://vtimbuc.net
*/

.futurico-theme.slider-wrapper {
	 
    position: relative;
    width: 100%;
	height: 414px;
}

.futurico-theme .nivoSlider {
	position: relative;
  width: 100%;
	height: 414px;
}

.futurico-theme .nivoSlider img {
	display: none;
	position: absolute;
	width: 100%;
	height: 414px;
	top: 0;
	left: 0;
}

.futurico-theme .nivo-controlNav {
     background: none repeat scroll 0 0 #FFFFFF;
    bottom: 0;
    height: auto;
    padding: 10px 16px 6px;
    position: absolute;
    right: 26px;
    z-index: 20;
}
.futurico-theme .nivo-controlNav a {
	  background: url("../images/bull.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 10px;
    margin-right: 9px;
    text-indent: -9999px;
    width: 10px;	
}

.futurico-theme .nivo-controlNav a.active,
.futurico-theme .nivo-caption span {
	background:url(../images/bull.png) top center no-repeat;

}

.futurico-theme .nivo-directionNav a {
	display: block;
	top: 60px;
	
	font-family: 'Consolas', sans-serif;
	font-size: 40px;
	color: #141517;
	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: 5px 0;

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

	-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: #727581;
}
.nivo-directionNav{display:none;}