@charset "UTF-8";
/* CSS Document */

.theme-default .nivoSlider {
	position:relative;
	-moz-box-shadow:    0px 5px 8px 0px #3f403e;
	-webkit-box-shadow: 0px 5px 8px 0px #3f403e;
	box-shadow:        0px 5px 8px 0px #3f403e;
	background-color: #3f403e;
	background-image:url(images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: 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: right;
	padding: 8px 0;
	padding-right:30px;
	
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:18px;
	height:20px;
	background:url(images/bullets2.png) no-repeat;
	text-indent:-9999px;
	text-align:left;
	border:0;
	margin: 10px 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrowsOrange.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default .nivo-directionNav a:hover {
	background:url(images/arrowsOrange_over.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	text-indent:-9999px;
	border:0;
}

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

.theme-default a.nivo-nextNav:hover {
	background:url(images/arrowsOrange_over.png) no-repeat;
	background-position:-30px 0;
	right:15px;
}

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

.theme-default .nivo-caption {
    font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:10pt;
}
.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;
}