/*
Skin Name: Nivo Slider THW Theme
Description: The default skin for the THW keyvisual.
Version: 1.0
Author: Christian Brinkert
Supports Thumbs: true
*/
.defaultKeyvisual{ height:260px; }
.introKeyvisual{ height:414px; }

.theme-thw{
  position:relative;
}
.theme-thw .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
  margin-bottom:10px;
}
.theme-thw .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-thw .nivoSlider a {
	border:0;
	display:block;
}

.theme-thw .nivo-controlNav {
	text-align: center;
	padding: 20px 0px;
}
.theme-thw .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-thw .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-thw .nivo-directionNav a {
	display:block;
	width:58px;
	height:88px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;	
  top:24%;
	opacity: 0;
	-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-thw:hover .nivo-directionNav a { opacity: 1; }
.theme-thw a.nivo-nextNav {
	right:0px;
}
.theme-thw a.nivo-prevNav {
	background-position:-58px 0;
	left:0px;
}

.theme-thw .nivo-caption {
  font-family: Helvetica, Arial, sans-serif;
	padding: 11px 19px 42px 19px;
  background-color:transparent;
  /*background:url(bgCaption.png);*/
  background-color:rgba(0,0,0,0.7);
}
.theme-thw .nivo-caption { font-size:125%;}
.theme-thw .nivo-caption h2{ font-size:175%; line-height:100%; font-weight:normal; margin-bottom:0px; }
.theme-thw .nivo-caption h2.titleNavigation{ padding:0px 320px 0px 0px; }
.theme-thw .nivo-caption p.nivoTeaser{ padding:0px 0px; margin:0px; line-height:120%;}
.theme-thw .nivo-caption p.nivoTeaserNavigation{ padding:0px 320px 0px 0px;}
.theme-thw .nivo-caption a {
    color:#ff0;
}
.theme-thw .nivo-caption a:hover {
    color:#ff0;
}

.theme-thw .nivo-controlNav{
  position:absolute;
  display:block;
  font-size:160%;
  right:10px;
  bottom:10px;  
  padding:2px;
  z-index:10;
  width: 200px;
  text-align:right;
}

.theme-thw .nivo-controlNav a{
  background:rgb(0,51,153);
  color:#fff;
  text-indent: 0px;
  display:inline-block;
  padding:5px 5px 3px 5px;
  margin:1px 4px 4px 0px;
  text-decoration:none;
  text-align:center;
  
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.theme-thw .nivo-controlNav a:hover{ color: #ff0: }
.theme-thw .nivo-controlNav a.active{
  background:rgb(119,118,114);
}

.theme-thw .nivo-controlNav.nivo-thumbs-enabled {
	width: 300px;
  position:absolute;
  right:5px;
  bottom:0px;
  text-align:right;
}
.theme-thw .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
  display:inline-block;
	background: none;
  margin:0px;
  padding:1px 5px 8px 5px;
  float:right;
}
.theme-thw .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 60px;
	height: auto;
}
.theme-thw .nivo-controlNav.nivo-thumbs-enabled img:hover {
  -webkit-box-shadow:  0px 0px 2px 2px rgba(255, 255, 255, 0.6);
  box-shadow:  0px 0px 2px 2px rgba(255, 255, 255, 0.6);
}
