/*
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% !important;
}
.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;
	padding: 5px 0;
}
.theme-default .nivo-controlNav a {
	display:inline-block !important;
	width:22px !important;
	height:22px !important;
	background:url(bullets.png) no-repeat !important;
	text-indent:-9999px !important;
	border:0 !important;
	margin: 0 2px !important;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px !important;
}

.theme-default .nivo-directionNav a {
	display:block !important;
	width:50px !important;
	height:50px !important;
	margin-top:-25px !important;

	background:url(arrows_alt.png) 0 50px no-repeat !important;
	text-indent:-9999px !important;
	border:0 !important;
	opacity: 0 !important;
	-webkit-transition: all 200ms ease-in-out !important;
    	-moz-transition: all 200ms ease-in-out !important;
    	-o-transition: all 200ms ease-in-out !important;
    	transition: all 200ms ease-in-out !important;
}
.theme-default:hover .nivo-directionNav a { opacity: 1 !important; }
.theme-default a.nivo-nextNav {
	background-position:0 0 !important;
	right:19px !important;
}
.theme-default a.nivo-prevNav {
	background-position:0 -50px !important;
	left:19px !important;
}

.theme-default .nivo-caption {
	font-family: "TheSansBold", "Verdana", "Geneva", sans-serif !important;
	font-size: 20px !important;
	text-shadow: 0px 1px 1px #000 !important;
}
.theme-default .nivo-caption a {
    	color:#FEAA00 !important;
	text-decoration: none !important;
}
.theme-default .nivo-caption a:hover {
    	color:#FEAA00 !important;
	text-decoration: underline !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: auto;
}