/*
Skin Name: Nivo Slider watt Theme
Skin URI: 
Skin Type: flexible
Description: The watt skin for the Nivo Slider.
Version: 1.0
Author: Udfrance
Author URI: 
*/

.theme-watt .nivoSlider {position:relative;background:#fff url(../images/ui/loader.gif) no-repeat 50% 50%; margin-bottom:4px;}
.theme-watt .nivoSlider img {position:absolute;top:0px;left:0px;display:none;}
.theme-watt .nivoSlider a {border:0;display:block;}
.theme-watt .nivo-caption {width:100%;height:100%;position:absolute;background:none;color:#fff;opacity:1;z-index:8;padding:0;}
.theme-watt .nivo-controlNav {position:absolute;right:410px;bottom:15px; margin-left:auto; /* Tweak this to center bullets */}
.theme-watt .nivo-controlNav a {display:block;width:14px;height:14px;background: #FFF;text-indent:-9999px;border:0;margin-right:12px;float:left; border-radius:7px;opacity:0.3;filter: alpha(opacity=30); /* For IE8 and earlier */}
.theme-watt .nivo-controlNav a.active {background: #FFF;opacity:1.0;}
.theme-watt .nivo-directionNav a {display:block;width:30px;height:30px;background: url(../images/ui/slider_arrows.png) no-repeat;text-indent:-9999px;border:0;}
.theme-watt .nivo-directionNav a:hover {background-position:0px -30px;}
.theme-watt a.nivo-nextNav {background-position:0px -60px;right:15px;}
.theme-watt a.nivo-nextNav:hover {background-position:0px -90px;}
.theme-watt a.nivo-prevNav {left:15px;}
.theme-watt .nivo-caption { font-family:Arial, Helvetica, sans-serif;}
.theme-watt .nivo-caption a {color: inherit;text-decoration:none;}
.theme-watt .nivo-caption a:hover {color:inherit; text-decoration:underline;}

.theme-watt .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-watt .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-watt .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 60px;
	height: auto;
}


