/*
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;
    position: relative;
}

.nivoSlider {
	position: relative;
	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;
}
.nivo-controlNav{
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 102;
    padding: 10px 0;
}
.nivo-controlNav a{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url('bullets.png') no-repeat;
    text-indent: -9999px;
    border: 0;
    margin: 0;
}
.nivo-controlNav a.active{
    background-position: bottom;
}


/*HIDDEN ELEMENTS*/


.nivo-caption {
	display: none;
}