/*
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
*/

/* July 2013 tjd - Updated default.css theme to accomodate specs for home page banner */

/* Removed shadow settings (-webkit-box-shadow: -moz-box-shadow: box-shadow: 0px 1px 5px 0px #4a4a4a;) from nivoSlider and margin-bottom 20px*/
.theme-nivo_slider_default .nivoSlider {
	position:relative;
	background:#fff url(images/home/banner_loading.gif) no-repeat 50% 50%;	
}

.theme-nivo_slider_default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.theme-nivo_slider_default .nivoSlider a {
	border:0;
	display:block;
}

.theme-nivo_slider_default .nivo-controlNav {
	height: 26px;												/* July 2013 tjd - Added height, removed padding-top 20px */
	width: 100%;												/* July 2013 tjd - Added width */
	text-align: center;
	background-color:#ededed;									/* July 2013 tjd - Added background-color */
	background-image:url(images/home/banner_bar.jpg);			/* July 2013 tjd - Added background-image banner_bar.jpg */
	background-repeat:repeat-x;									/* July 2013 tjd - Added background-repeat */
  background-position:bottom; /* June 2014 jah - Aligned the bottom image to the bottom */
  line-height: 0px; /* June 2014 jah - Removed Line-height */
  padding: 2px 0 4px 0; /* June 2014 jah - Added padding */
}

.theme-nivo_slider_default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(images/home/banner_bullets.png) no-repeat;	/* July 2013 tjd - Updated to custom bullets image */
	text-indent:0px;											/* July 2013 tjd - Updated text-indent from -9999px to 0px to fix IE7 display issue */
	font-size: 0;												/* July 2013 tjd - Added font-size to fix IE7 display issue */
	line-height: 0;												/* July 2013 tjd - Added line-height to fix IE7 display issue */
	border:0;													/* July 2013 tjd - Removed margin: 0 2px; */
}
.theme-nivo_slider_default .nivo-controlNav a.active {
	background-position:0 -21px;
}

.theme-nivo_slider_default .nivo-directionNav a {
	display:block;
	width:36px;													/* July 2013 tjd - Updated width from 30px to 36px for custom arrows.png image */
	height:84px;												/* July 2013 tjd - Updated height from 30px to 84px for custom arrows.png image */
	background:url(images/home/banner_arrows.png) no-repeat;	/* July 2013 tjd - Updated to custom arrows image */
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-nivo_slider_default:hover .nivo-directionNav a { opacity: 1; }

.theme-nivo_slider_default a.nivo-nextNav {
	background-position:-36px 0;								/* July 2013 tjd - Updated background-position for custom arrows.png image */
	right:0px;													/* July 2013 tjd - Updated right from 15px to 0px for custom arrows.png image */
	
}
.theme-nivo_slider_default a.nivo-prevNav {
	left:0px;													/* July 2013 tjd - Updated left from 15px to 0px for custom arrows.png image */
}

/* Note: currently not using CSS below */
.theme-default .nivo-caption {
    
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.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;
}