/*
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
*/


.slider-wrapper {
	margin-bottom: 20px;
}

 .nivoSlider {
	position: relative;
	overflow: visible;
	background: #fff url('loading.gif') center no-repeat;
}
 .nivoSlider a {
	display: block;
	border: 0;
}
 .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: 0;
	box-shadow: 0 0 0 1px rgba(255,255,255,0.25);
	overflow: hidden;
	text-indent: 9999px;
}
 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*/


