/*

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

*/
.slider-wrapper {
	width: 1180px;
	height:530px;
	margin: 0px auto;
	margin-top:74px;
}
.theme-default .nivoSlider {
	position:relative;
	background:url(../images/camera-loader.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 {
	position:relative;
	text-align: center;
	margin-top:-27px;
	display:block;
	z-index:999;
	display:none;
}

.theme-default .nivo-controlNav a {
	display:inline-block;
	width:12px;
	height:12px;
	border-radius:10px;
	background:#E9D0B9;
	opacity:0.8;
	text-indent:-9999px;
	margin: -20px 2px;
}
.theme-default .nivo-controlNav a.active, .theme-default .nivo-controlNav a:hover {
	background-position:0 -22px;
	width:12px;
	height:12px;
	border-radius:10px;
	background:#64AE80;
	opacity:1;
	text-indent:-9999px;
}
.theme-default .nivo-directionNav a {
	display:block;
	width:40px;
	height:67px;
	background:url(../images/arrow-slide.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 1;
	
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); /* IE 9 */
	-webkit-transform:rotate(180deg); /* Opera, Chrome, and Safari */
	right:30px;
}
.theme-default a.nivo-nextNav:hover {
	background-position:bottom;
}
.theme-default a.nivo-prevNav {
	left:30px;
}
.theme-default a.nivo-prevNav:hover {
	background-position:bottom;
}
.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#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;
}