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

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
*/
* html div.futurico-theme.slider-wrapper { 

position: relative;
	width: 225px;
	height: 225px;
	margin-left:13%;
	
	

}

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

	margin-top:92px;
 
	

}

.futurico-theme .nivoSlider {
	position: relative;
	width: 225px;
	height: 225px;
}

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

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

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

	-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: #a5cd4e;
	background: -moz-linear-gradient(top,  #a5cd4e 0%, #6b8f1a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5cd4e), color-stop(100%,#6b8f1a));
	background: -webkit-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
	background: -o-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
	background: -ms-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
	background: linear-gradient(top,  #a5cd4e 0%,#6b8f1a 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: block;
	top: 220px;
	text-decoration:none;
	font-family: 'Consolas', sans-serif;
	font-size: 60px;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(255,255,255, .05);
}

.futurico-theme a.nivo-prevNav { left: 20px; }

.futurico-theme a.nivo-nextNav { right: 20px; }

