/*
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 {
	position: relative;
}
.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
    position: absolute;
    z-index: 100;
    bottom:4%;
    right:5%
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:16px;
	height:16px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -16px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:58px;
	height:73px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 1;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position: right bottom;
	right:0;
}
.theme-default a.nivo-nextNav:hover {
	background-position: right top;
}
.theme-default a.nivo-prevNav {
	left:0;
	background-position: left bottom;
}
.theme-default a.nivo-prevNav:hover {
	background-position: left top;
}
.theme-default .nivo-caption {
    position: absolute;
    width: 40%;
    top:15%;
    left:6%;
}
.theme-default .nivo-caption a {
  
}

.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: auto;
}
@media screen and (max-width: 700px){
    .theme-default .nivo-caption {
        top:10%;
        left:5%;
    }
}
@media screen and (max-width: 600px){
    .theme-default .nivo-caption {
        top:7%;
    }
}
@media screen and (max-width: 530px){
    .theme-default .nivo-caption {
        top:5%;
    }
}