/*
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% #efedf3;}

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

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

.theme-default .nivo-controlNav {
    background: url("../../images/bullet-back.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: -10px;
    height: 37px;
    left: inherit;
    padding: 30px 2px 0 90px;
    position: absolute;
    right: -7px;
    width: 184px;
    z-index: 99999;}

.theme-default .nivo-controlNav a {
    background: none repeat scroll 0 0 #efedf3;
    border: 2px solid #ababab;
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    margin: 0 3px;
    text-indent: -9999px;
    width: 12px;}

.theme-default .nivo-controlNav a.active {
	background: none repeat scroll 0 0 #0D315F;
    border: 2px solid #0C2E5A;}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15%;}

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

.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 {
	background:none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
	width: 100%;}

.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 0px;}

.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
    border: 2px solid #FFFFFF;
    display: block;
    height: auto;
    margin: 0 10px;
    width: 90px;}
	
.theme-default .nivo-controlNav.nivo-thumbs-enabled a.active img{
	border:2px solid #DD0024;}