/*
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: 28px;
	height: 77px;
	margin-top: -38px;
	border: 0;
	overflow: hidden;
	text-indent: 999px;
}
a.nivo-prevNav {
	left: 0;
	background: url('arrow-left.png') top no-repeat;
}
a.nivo-nextNav {
	right: 0;
	background: url('arrow-right.png') top no-repeat;
}
.nivo-directionNav a:hover {
	background-position: bottom;
}


/*HIDDEN ELEMENTS*/


.nivo-controlNav {
	display: none;
}
.nivo-caption {
	display: none;
}