/*
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
*/

.slider-wrapper {
	margin: 0 0 20px;
}

 .nivoSlider {
	position: relative;
	background: #fff url('loading.gif') center no-repeat;
}
 .nivoSlider a {
	display: block;
	border: none;
}
 .nivoSlider img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

/* DIRECTIONAL NAVIGATION */

 .nivo-directionNav a {
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	border: none;
	box-shadow: 0 0 0 1px rgba(255,255,255,0.25);
	font-size: 0;
}
 a.nivo-prevNav {
	left: 15px;
	background: rgba(0,0,0,0.5) url('arrow-left.png') center no-repeat;
}
 a.nivo-nextNav {
	right: 15px;
	background: rgba(0,0,0,0.5) url('arrow-right.png') center no-repeat;
}
 .nivo-directionNav a:hover {
	 box-shadow: 0 0 0 1px rgba(0,0,0,0.3);
	 background-color: rgba(255,255,255,0.2);
}

/* BULLET NAVIGATION removed*/
/* THUMBNAIL NAVIGATION removed*/
/* CAPTION TITLE removed*/

.nivo-controlNav,
.nivo-thumbs-enabled,
.nivo-caption {
	display: none !important;
}


