
/*
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
*/

.smhealing_visual.slider-wrapper {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.smhealing_visual .nivoSlider {
	position: relative;
	width: 290px;
	height: 170px;
}

.smhealing_visual .nivoSlider img {
	display: none;
	position: absolute;
	width: 558px;
	height: 307px;
	padding:0;
	margin:0;
	border:none;
}

.smhealing_visual .nivo-controlNav {
	position: absolute;
	bottom: 10px;
	left: 250px; /* Change this to center the navigation */
}

.smhealing_visual .nivo-controlNav a {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	text-indent: -9999px;
	
	background: #ccc;

	-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);
}

.smhealing_visual .nivo-controlNav a.active,
.smhealing_visual .nivo-caption span {
	background: #377fcc;
	background: -moz-linear-gradient(top,  #377fcc 0%, #c01188 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#377fcc), color-stop(100%,#c01188));
	background: -webkit-linear-gradient(top,  #377fcc 0%,#c01188 100%);
	background: -o-linear-gradient(top,  #377fcc 0%,#c01188 100%);
	background: -ms-linear-gradient(top,  #377fcc 0%,#c01188 100%);
	background: linear-gradient(top,  #377fcc 0%,#c01188 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);
}

.smhealing_visual .nivo-directionNav a {
	display: block;
	top: 170px;
	
	font-family: 'Consolas', sans-serif;
	font-size: 40px;
	color: #141517;
	text-shadow: 0px 1px 1px rgba(255,255,255, .05);
}

.smhealing_visual a.nivo-prevNav { left: 10px; }

.smhealing_visual a.nivo-nextNav { right: 10px; }

.smhealing_visual .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;
}

.smhealing_visual .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;
}

.smhealing_visual .nivo-caption em {
	font-family: Georgia, sans-serif;
	font-size: 11px;
	color: #727581;
}