﻿/*
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%;
}
.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: 0;
	position: relative;
	bottom: 30px;
	z-index: 1000;
	margin-bottom: -25px;
}
.theme-default .nivo-controlNav a {
	display: inline-block;
	width: 12px;
	height: 12px;
	text-indent: -9999px;
	cursor: pointer;
	border: 1px solid #EEEEEE;
	margin: 0 5px;
	background-color: #ebe9f4;
	overflow: hidden;
	border-radius: 10px;
}
.theme-default .nivo-controlNav a.active {
	background-color: #007073;
}
.theme-default .nivo-directionNav a {
	display: block;
	padding: 30px 15px;
	font-size: 32px;
	background: #bcbcbd;
	color: #FFF;
	border: 0;
	opacity: 0.5;
}
.theme-default:hover .nivo-directionNav a:hover {
	opacity: 0.7;
}
.theme-default a.nivo-nextNav {
	right: -5%;
}
.theme-default a.nivo-prevNav {
	left:  -5%;
}
.theme-default .nivo-caption {
	font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
	color: #fff;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
	margin-top: 50px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
	border-radius: 0;
	width: 120px;
	text-align: center;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a.active {
	border: 1px solid #333;
}
@media (max-width: 767px) {
	.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
		width: auto;
		height: auto;
	}
	.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
		width: 55px;
		height: auto;
	}
}