/*
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(/index/main/images/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
	width:710px;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	border:solid 1px #D9D1C0;
	width:710px;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	top:210px;
	position:absolute;
	z-index:10;
	right:10px;
	border-radius:8px;
}

a.nivo-control {
	display:block !important;
	width:12px !important;
	height:12px !important;
	border-radius:12px !important;
	opacity:1 !important;
	margin:2px 0 0 2px !important;
	background:#451b0d;
	
}

.nivo-control___wrap {
	display:inline-block;
	/*border:solid 1px #2282F8 !important;*/
	padding:2px;
	background:none;
	border-radius:16px !important;
	width:16px !important;
	height:16px !important;
	margin:5px;
	
}

.nivo-controlNav .active {
	background:#93b200;
	border:solid 3px #fff !important;
}



.theme-default .nivo-controlNav a {
	text-indent:-9999px;
	border:0;
}
.theme-default .nivo-controlNav a.active {
	
}

.theme-default .nivo-directionNav a {
	display:block;
	text-indent:-9999px;
	border:0;
	top:90px;
	-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:url('/index/main/images/slider-right.png') 0px 0px no-repeat !important;
	width:38px;
	height:41px;
	right:20px;
	
}

.theme-default a.nivo-prevNav {
	background:url('/index/main/images/slider-left.png') 0px 0px no-repeat !important;
	width:38px;
	height:41px;
	left:20px;
	
}

.theme-default .nivo-caption {
    font-family: Georgia;
	font-style:italic;
}
.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%;
}
.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;
}