/*
Skin Name: Nivo Slider v3
Skin URI: http://nivo.dev7studios.com
Skin Type: fixed
Image Width: 960
Image Height: 408
Description: Nivo Slider
Version: 3.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-nivo .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
}
.theme-nivo .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-nivo .nivoSlider a {
	border:0;
	display:block;
}

.theme-nivo .nivo-controlNav {
	bottom: 15px;
    position: absolute;
    right: 15px;
}
.theme-nivo:hover .nivo-controlNav {
    opacity:1.0;
}
.theme-nivo .nivo-controlNav a {
	background-color: rgba(0, 0, 0, 0);
    background-image: url("controls-sprite.png");
    background-position: 0 -164px;
    display: inline-block;
    float: left;
    height: 18px;
    margin-left: 5px;
    opacity: 0.8;
    text-indent: -9999px;
    width: 18px;
}
.theme-nivo .nivo-controlNav a.active {
	background-position: 0 -182px !important;
}

.theme-nivo .nivo-directionNav a {
	display: block;
    height: 45px;
    position: absolute;
    top: 165px;
    width: 45px;
    z-index: 25;
	text-indent:-9999px;
}
.theme-nivo a.nivo-nextNav {
	background: url("slide_next.png") no-repeat;
    cursor: pointer;
    height: 70px;
    width: 56px;
	right:15px;
}
.theme-nivo a.nivo-nextNav:hover {
	background-position:-56px 0;
}
.theme-nivo a.nivo-prevNav {
	background: url("slide_prev.png") no-repeat;
    cursor: pointer;
    height: 70px;
    width: 56px;
	left:15px;
}
.theme-nivo a.nivo-prevNav:hover {
	background-position:-56px 0;
}

.theme-nivo .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-nivo .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-nivo .nivo-caption a:hover {
    color:#fff;
}

.nivo-directionNav { display:block !important;}