/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	width:800px;
        height: 400px;
	z-index:8;
	overflow: hidden;
	display: none;
}
.nivo-caption .htmlcaption-content {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 800px;
    height: 400px;
    padding: 40px;
    overflow: hidden;
}
.nivo-caption p {
	margin:0;
}
.nivo-html-caption {
    display:none;
}

.nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
	display:block;
}

.nivo-controlNav {
        position: absolute;
	height: 20px;
        bottom: 34px;
        left: 34px;
        z-index: 9;
}
.nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:20px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
        margin: 0 -2px;
}
.nivo-controlNav a.active {
	background-position:0 -20px;
}

.nivo-directionNav {
    position: absolute;
    z-index: 8;
    top: 80px;
    left: 40px;
    width: 74px;
    height: 36px;
}
.nivo-directionNav a {
	display:block;
	width:36px;
	height:36px;
	background:url(arrows.png) no-repeat;
	border:0;
        cursor: pointer;
}
a.nivo-nextNav {
	background-position:-36px 0;
	margin-left: 38px;
}
a.nivo-prevNav {
	float: left;
}
a.nivo-nextNav:hover {
    background-position: -36px -36px;
}
a.nivo-prevNav:hover {
    background-position: 0 -36px;
}

.nivo-caption {
    font-family: HouschkaMedium, sans-serif;
}

.nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}