/*
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 { 
	width: 100%; 
	margin: 0 auto;
	position:relative;
}
.clear {
	clear:both;
}
.theme-default .nivoSlider {
	position:relative;
	background:url(../images/loading.gif) no-repeat 50% 50%; margin:0 auto;
   
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav { width:100%; height:14px; position:absolute; top:94%; left:0; z-index:9999; text-align: center; padding:0; margin:0 auto; }
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:14px;
	height:14px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 4px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -14px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:41px;
	height:41px;
	background:url(../images/bg_control_nav.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:-41px 0;
	right:1%;
}
.theme-default a.nivo-prevNav {
	left:1%;
}

.theme-default .nivo-caption {
    
}
.theme-default .nivo-caption a {
    
}
.theme-default .nivo-caption a:hover {
    
}

.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 only screen and (min-width:480px) and (max-width:759px) {
	.theme-default .nivo-controlNav { top:28%;}
	}
@media only screen and (min-width:310px) and (max-width:479px) {
	.theme-default .nivo-controlNav { top:28%;}
	}
