
/*
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: url(loading.gif) no-repeat 50% 50%;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4a4a4a;
}

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

.theme-default .nivoSlider a {
	border: 0;
	display: block;
}

.theme-default .nivo-controlNav {
	padding: 0;
	width: auto;
	position: absolute;
	bottom: 10px;
	left: 20px;
	z-index: 100;
}

.theme-default .nivo-controlNav a {
	display: inline-block;
	width: 27px;
	height: 25px;
	background: url(../../../../images/bullets.png) no-repeat 0 -26px;
	text-indent: -9999px;
	border: 0;
	margin: 0 2px;
}

.theme-default .nivo-controlNav a.active { background-position: 0 -1px; }

.theme-default .nivo-directionNav a {
	display: block;
	width: 56px;
	height: 75px;
	background: url(../../../../images/slider-arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	opacity: 0.8;
	/*DO NOT ENABLE - else breaks "previous" button on slider when video is playing*/
	/*-webkit-transition: opacity 200ms ease-in-out;
	-moz-transition: opacity 200ms ease-in-out;
	-o-transition: opacity 200ms ease-in-out;
	transition: opacity 200ms ease-in-out;*/
}

.nivo-directionNav a:hover { opacity: 1; }

.theme-default a.nivo-nextNav {
	background-position: -57px 0;
	right: 0;
}

.theme-default a.nivo-prevNav { left: 0; }

.theme-default .nivo-caption { font-family: Helvetica, Arial, sans-serif; }

.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;
}
