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

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: 430px;
	margin: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.futurico-theme .nivoSlider {
	position: relative;
	width: 100%;
	height: 430px;
}
.futurico-theme .nivoSlider img {
	display: none;
	position: absolute;
	width: 100%;
	height: 430px;
	top: 0;
	left: 0;
}
.futurico-theme .nivo-controlNav {
	position: absolute;
	bottom: 15px;
	left: 450px; /* Change this to center the navigation */
	width:auto;
	height:auto;
	background-color:#fff;
	padding:5px 5px 5px 5px;
	z-index:999;
}
.futurico-theme .nivo-controlNav a {
	display: block;
	float: left;
	width: 13px;
	height: 13px;
	margin-right: 1px;
	text-indent: -9999px;
	background: url(../images/dot.png) no-repeat;
}
.futurico-theme .nivo-controlNav a.active, .futurico-theme .nivo-caption span {
	background: url(../images/dot_active.png) 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: 10px;
	top:190px;
	color:#fff;
	text-decoration:none;
}
.futurico-theme a.nivo-nextNav {
	right: 10px;
	top:190px;
	color:#fff;
	text-decoration:none;
}
.futurico-theme a.nivo-prevNav:hover, .futurico-theme a.nivo-nextNav:hover {
	color:#ccc;
}
.futurico-theme .nivo-caption {
	padding: 5px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #e1e1e1;
}
.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;
}
