/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-norma.slider-wrapper {
  width:579px;
  height:382px;
  margin:0;
  padding:0;
  position:relative;
  border: 0;
}

.theme-norma .nivoSlider {
  position:relative;
  background:#fff url(loading.gif) no-repeat 50% 50%;
  -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
  -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
  box-shadow: 0px 1px 5px 0px #4a4a4a;
}

.theme-norma .nivoSlider img {
  position:absolute;
  top:0px;
  left:0px;
  display:none;
  width:579px; /* Make sure your images are the same size */
  height:382px;

}
.theme-norma .nivoSlider a {
  border:0;
  display:block;
}

.theme-norma .nivo-controlNav {
  display:block;
  position:absolute;
  left:50%;
  bottom:-4px;
  margin-left:-88px; /* Tweak this to center bullets */
}

.theme-norma .nivo-controlNav a {
  display:block;
  width:22px;
  height:22px;
  background:url(bullets.png) no-repeat;
  text-indent:-9999px;
  border:0;
  margin-right:3px;
  float:left;
}

.theme-norma .nivo-controlNav a.active {
  background-position:0 -22px;
}

.theme-norma .nivo-directionNav a {
  display:block;
  width:76px;
  height:129px;
  background:url(arrows-lr.png) no-repeat;
  text-indent:-9999px;
  border:0;
}

.theme-norma a.nivo-nextNav {
  background-position:-76px 0;
  right:0px;
  top:126px;
}

.theme-norma a.nivo-prevNav {
  left:0px;
  top:126px;
}

.theme-norma .nivo-caption {
  height:48px;
  background:none;
}


.theme-norma .nivo-caption a,
.theme-norma .nivo-caption p {
  font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif !important;
  font-weight: bold !important;
}

.theme-norma .nivo-caption p {
  color:#fff !important;
  padding-left:10px;
  padding-right:10px;
}

.theme-norma .nivo-caption a,
.theme-norma .nivo-caption a:visited{
  color:#CC0000 !important;
  border-bottom:1px solid #CC0000 !important;
}

.theme-norma .nivo-caption a:hover {
  color:#CC0000 !important;
  text-decoration: none !important;
  border-bottom:1px solid #CC0000 !important;
}

.theme-norma .nivo-caption a,
.theme-norma .nivo-caption p {
  font-size: 14px !important;
}

/* Spezialfall: Filter auf wrapper umlegen */
div.produkt_div.dim_3x2.m{ 
  border: none;
  filter: none;
}

#wrapper{
  position: absolute; 
  border: 1px solid #999999; 
  filter: progid:DXImageTransform.Microsoft.Shadow (Color=#9f9f9f, Direction=135, Strength=3);
}
