/*
Skin Name: Gutekunst Slideshow Theme
Description: Gutekunst Slideshow
Version: 1.0
Supports Thumbs: true
*/

.theme-gute.slider-wrapper {
}
.theme-gute .nivoSlider {
	position:relative;
	background: url(loading.gif) no-repeat 50% 50% transparent;
   /* overflow: hidden; */
    height: 270px;
}

.theme-gute .nivoSlider img {
	position:absolute;
	top:0;
	left:0;
	display:none;
	max-width: 63%;
	width: auto;
	height: auto!important;
}
.theme-gute .nivoSlider a {

}

.theme-gute .nivo-controlNav {
	text-align: left;
	padding: 0;
	position: absolute;
	z-index: 10;
	bottom: 5px;
	right: 1em;
}
.theme-gute .nivo-controlNav a {
	display:inline-block;
	width:10px;
	height:10px;
	background:url(bullets.png) no-repeat 0 0;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-gute .nivo-controlNav a.active {
	background-position: 0 -19px;
}

.theme-gute .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background: url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	top: auto;
	bottom: -36px;
	z-index: 11;
}
.theme-gute .nivo-directionNav a:hover {
    background-color: #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.theme-gute a.nivo-nextNav {
	background-position:160% 50%;
	right:0px;
}
.theme-gute a.nivo-prevNav {
    background-position:-60% 50%;
    left: auto;
	right: 35px;
}

.theme-gute .nivo-caption {
    color: #FFF;
}
.theme-gute .nivo-caption a {
}
.theme-gute .nivo-caption a:hover {
    color:#fff;
}

.theme-gute .nivo-controlNav.nivo-thumbs-enabled {
	width: 80%;
}
.theme-gute .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-gute .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
#slider-container {
	position: relative;
}

.theme-gute .nivo-caption {
	width: 30%;
	float: right;
	padding: 1em 1em 1em 1em;
	background: #DD751D;
	min-height: 275px;
}

.theme-gute .nivoSlider img {
	border: 5px solid #FFF;
	-moz-box-shadow: 0px 0px 5px #888;
	-webkit-box-shadow: 0px 0px 5px #888;
	box-shadow: 0px 0px 5px #888;
	margin-top: 10px;
	margin-left: 10px;
}

.nivo-html-caption {
	display: none;
	visibility: hidden;
	height: 0;
	width: 0;
}

.theme-gute .nivo-caption h4 {
	font-family: Georgia, Times, serif;
	font-size: 1.8em;
	line-height: 1.2em;
}

.theme-gute .nivoSlider .button {
	display: inline-block;
	padding: 5px 45px 5px 10px;
	color: #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	font-family: Georgia, Times, serif;
	color: #FFF!important;
	font-size: 1em;
	border: 1px solid #F5A503;
}