/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default .nivoSlider a{background-color:none !important;}

.slider-wrapper { 
  position:relative;
	width: 100%; 
	margin: 0 auto;
	padding-top:10px;
}

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
  height:200px;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
  position:absolute;
  left:0px;
  bottom:0px;
  width:300px;
	text-align: center;
	padding: 10px 0;
  z-index:9;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:23px;
	height:39px;
	background:url(arrows3.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default .nivo-directionNav a.nivo-nextNav:hover {background-position:-23px -39px; }
.theme-default .nivo-directionNav a.nivo-prevNav:hover {background-position:0 -39px; }
.theme-default a.nivo-nextNav {
	background-position:-23px 0;
	right:0px;
}
.theme-default a.nivo-prevNav {
	left:0px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
	  width:320px;
  height:100%;
	left:0px;
	top:0px;
  color:#fff;
  background:#1b2c3d;
	opacity: 0.9;
	border-top:1px solid #3c5a79;border-bottom:1px solid #3c5a79;
}
.theme-default .nivo-caption a {
    color:#fff;
    /*border-bottom:1px dotted #fff;
    text-decoration:none;*/
}
.theme-default .nivo-caption a:hover {
    /*border-color:#ff6600;*/
    color:#ff6600;
}

.theme-default .nivo-caption h3{text-align:center;font-weight:bold;color:#fff2c5;font-size:2em;margin-bottom:15px;margin-top:15px;text-shadow:1px 1px 0 rgba(27, 44, 61,0.3);}
.theme-default .nivo-caption div{font-size:1.167em;line-height:1.8em;text-align:center;}

.theme-default .nivo-caption#htmlcaption1-set{width:100%;padding:0;opacity:1;}
.theme-default .nivo-caption#htmlcaption1-set ol{margin:0;padding:0;list-style:none;}
.theme-default .nivo-caption#htmlcaption1-set ol h3{font-size:1.8em;}
.theme-default .nivo-caption#htmlcaption1-set ol li{float:left;width:320px;margin:0;padding:0;height:198px;background:#c54423;border-right:1px solid #2d4863;}
.theme-default .nivo-caption#htmlcaption1-set ol li.first{background:#b21818 url('bg_first.png') no-repeat left bottom;}
.theme-default .nivo-caption#htmlcaption1-set ol li.third{width:318px;background:#6ba039 url('bg_third.png') no-repeat right bottom;border-right:0;}
.theme-default .nivo-caption#htmlcaption1-set ol li.second{background:#39597a url('bg_second2.png') right bottom;}
.theme-default .nivo-caption#htmlcaption1-set ol li.second span{display:block;margin-top:30px;}
.theme-default .nivo-caption#htmlcaption1-set ol li.second strong{margin:0 5px;padding:7px;background:#fff2c5;color:#000;font-size:1em;border:1px solid #1b2c3d;-moz-border-radius:6px;border-radius:6px;}
.theme-default .nivo-caption#htmlcaption1-set a:hover{color:#000;}
.theme-default .nivo-caption#htmlcaption1-set ol li.new span{margin-top:20px !important;}

/*.theme-default .nivo-caption#htmlcaption3-set{left:640px;}*/

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}