/*
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
*/
.nivoSlider {
	position:relative;
	width:80%;
	max-width:1420px;
	margin:auto;
	background:#fff url(https://cdn.dribbble.com/users/43718/screenshots/1137881/loadinganimation2.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    margin-top:20px;
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.nivo-controlNav {
	text-align: center;
	padding: 20px 0;
}

.nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}

.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:10%;
	height:100%;
	background:url(../images/arrow.png) no-repeat;
	background-size:50%;
	background-position:center center;
	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;
}

@media screen and (max-width:800px){
	.nivo-directionNav a {
		width:20%;
		background-size:50%;
	}
}

.nivo-directionNav a { opacity: 1; }

.nivoSlider .nivo-nextNav {
	transform:scaleX(-1);
	right:0;
}

.nivoSlider .nivo-prevNav {
	left:0;
}

.nivoSlider .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}

.nivoSlider .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.nivoSlider .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}