/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.slider-after {
	width: 600px;
	height: 15px;
	background: url('shadow.png');
	position: relative;
	bottom: 1px;
}

.nivoSlider {
	box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
    border: 1px solid #666;
    border-radius: 4px;
    line-height: 1em;
    height: 255px;
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.nivoSlider a {
	border:0;
	display:block;
}

.nivo-controlNav {
    position:absolute;
	right:10px;
	top:10px;
    z-index: 10;
}

.nivo-controlNav a {
    display:block;
    width:13px;
    height:13px;
    background:url(bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin-right:7px;
    float:left;
}

.nivo-controlNav a.active {
	background-position:-13px 0px;
}

.nivo-directionNav a {
	display:none;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}

a.nivo-nextNav {
	background-position:-30px 0;
	right:19px;
}

a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    color: #fff !important;
    opacity: 1;
    padding: 10px;
    width: 578px;
    background: url('trans30.png') repeat;
    background: rgba(0,0,0,0.5);
}

.nivo-caption button {
	position: absolute;
	bottom: 14px;
	right: 14px;
    width: 100px;

    border-bottom: none;

    background-color: #018440;
    background-image:         linear-gradient(#040, #1d722e);
    background-image:      -o-linear-gradient(#040, #1d722e);
    background-image:    -moz-linear-gradient(#040, #1d722e);
    background-image: -webkit-linear-gradient(#040, #1d722e);
    background-image:     -ms-linear-gradient(#040, #1d722e);
    box-shadow: 0px 0px 6px rgba(255,255,255,0.4);
    color: white;
    font-weight: bold;
    text-transform: uppercase;

    display: inline-block;
    display: inline;
    padding: 4px 10px 4px;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
}

.nivo-caption p {
	margin-bottom: 10px;
	padding: 0px;
}

.nivo-caption .text_wrap {
	margin-right: 120px;
}

.nivo-caption p:last-child {
	margin-bottom: 0px;
}

.nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}

.nivo-caption a:hover {
    color:#fff;
}

.nivo-caption {
	color: #fff;
}

.nivo-caption h2 {
    color: white;
    font-weight: bold;
    margin: 0; padding: 0;
    padding-bottom: 8px;
    padding-top: 8px;
}

.nivo-caption p {
    color: white;
    margin: 0; padding: 0;
}
