/*
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;
	margin-top:0px; text-align:center;
}
.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;
	margin-top:0px;
	z-index:100;
	height:0px; width:100%; max-width:1907px;
	margin-left:0px; margin-right:0px;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:0px;
	height:0px;
	background:url(bullets.png) no-repeat; background-position:0 0;
	text-indent:-9999px;
	border:0;
	margin-top:0px; margin-left:0px; margin-right:0px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -6px;
}

.theme-default .nivo-directionNav{width:1050px; left:50%; margin:-12px 0 0 -525px; position: absolute; top:50%; z-index:101;}
.theme-default .nivo-directionNav a {
	display:block;
	width:23px;
	height:23px;
	text-indent:-9999px;
	border:0;
	opacity: 1;
	cursor:pointer;
}
.theme-default a.nivo-nextNav {
	margin-right:0px;
	right:0px;
	z-index:100;
	position:absolute;
	background-image: url(next.png); background-position:0px 0px;
}
.theme-default a.nivo-nextNav:hover{background-position:0px -23px;}

.theme-default a.nivo-prevNav {
	margin-left:0px;
	z-index:100;
	left:0px;
	position:absolute;
	background-image: url(prev.png);
}
.theme-default a.nivo-prevNav:hover{background-position:0px -23px;}


.theme-default .nivo-caption {
    
}
.theme-default .nivo-caption a {
    color:#fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.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: 66px;
	height: auto;
}