/*
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: 10px;
    position: relative;
}

.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;
	overflow: hidden;
	text-indent: 999px;
	opacity: 0.7;
}
a.nivo-prevNav {
	left: 15px;
	background: url('arrow-left.png') no-repeat;
}
a.nivo-nextNav {
	right: 15px;
	background: url('arrow-right.png') no-repeat;
}
.nivo-directionNav a:hover {
	opacity: 1;
}


/*CONTROL NAVIGATION*/


.nivo-controlNav {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 102;
	padding: 10px 0;
}
.nivo-controlNav a {
	background: url('bullets.png') no-repeat left bottom;
	text-indent: 999px;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 1px;
    overflow: hidden;
}
.nivo-controlNav a.active {
	background-position: left top;
}
.nivo-controlNav img {
	display: none;
}


/*HIDDEN ELEMENTS*/


.nivo-caption {
	display: none;
}