/*
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
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
    border-radius:5px;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	height: 270px;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

/*.theme-default .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
}*/
.theme-default .nivo-controlNav {
    text-align: center;
    margin: -290px 10px 0 0;
    position: relative;
    z-index: 9;
    float: right;
    font-size: 12px;
    line-height: 1.3;
    
}
/*.slider-wrapper:hover .nivo-directionNav { margin: -290px 10px 0 0;}*/
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:18px;
	height:18px;
	/*background:url(bullets.png) no-repeat;
	text-indent:-9999px;*/
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid #000 !important;
	border-radius: 50%;
	border:0;
	margin:2px;
	color: white;
	transition: all 0.7s ease;
	top: -40px;
    position: relative;
}
.theme-default:hover .nivo-controlNav a{ top: -5px;}
.theme-default .nivo-controlNav a.active {
	background-position:0 -21px;
	background: darkgreen;
	color: #fff;
	border: 1px solid white !important;
}

/*.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	/*background:url(arrows.png) no-repeat;
	text-indent:-9999px;*/
	/*border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}*/
.theme-default .nivo-directionNav a {
    display: block;
    /* width: 30px; */
    /* height: 30px; */
    margin-top: -30px;
    border: 0;
    /*opacity: 0;*/
    font-size: 70px;
    color: #fff;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
/*.theme-default:hover .nivo-directionNav a{ opacity: 1;}*/  

/*.theme-default:hover .progress { opacity: 0;}*/
.theme-default:hover .progress-bar {
	-moz-animation-play-state:paused;
	-webkit-animation-play-state:paused;
}
.nivo-directionNav a:hover{color: darkgreen;}

.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:-45px;
	transition: all 0.8s ease;
}
.theme-default:hover a.nivo-nextNav {
	right: 5px;
	transition: all 0.8s ease;
}

.theme-default a.nivo-prevNav {
	left:-40px;
	transition: all 0.8s ease;
}
.theme-default:hover a.nivo-prevNav {
	left:5px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:red !important;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: 270px;
}