/*
 * jQuery Nivo Slider v2.7.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
/* The Nivo Slider styles */
.nivoSlider
{
 position:absolute;
 height:441px;
 width:737px;
}

.nivoSlider img 
{
 position:absolute;
 top:0px;
 left:0px;
}

.nivoSlider a
{
  border:0;
  display:block;
}

.nivo-box 
{
 display:block;
 position:absolute;
 z-index:5;
}
/* Caption styles */
.nivo-caption 
{
 position:absolute;
 right:0px;
 bottom:1%;		/* Höhe auf der der Balken sitzt */
 background:#ffffff;	/* caption hintergrundfarbe */
 color:#000; 		/* fontfarbe */
 opacity:0.5;		/* 0.8 Overridden by captionOpacity setting  - transparenz ist im oon_caption_hover definiert */
 width:100%;
 z-index:8;
}

.nivo-caption p 
{
 padding-left:5px; 	/* Abstand nach rechts wichtig für den Infobutton */
 padding-right:7px;
 margin:2px;
 margin-left:20px;	/* Abstand nach rechts wichtig für den Infobutton */
}

.nivo-caption a 
{
 display:inline !important;
}

.nivo-html-caption 
{
 display:none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-infoNav a 
{
 position:absolute;
 top:45%;
 z-index:9;
 cursor:pointer;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a 
{
 position:absolute;
 top:45%;
 z-index:9;
 cursor:pointer;
}
.nivo-prevNav 
{
 left:0px;
}
.nivo-nextNav 
{
 right:0px;
}

#slider-1 a, #slider-2 a, #slider-3 a, #slider-4 a, #slider-5 a 
{
 display:block; 
}
 
/* Additional code to decorate the nivo-caption when it is hovered over. 
This class is dynamically added/removed by the jQuery oikNCClick() function.
*/
.nivo-caption-hovered 
{
 text-decoration:underline; 
}

#clearing
{ /*float:none;*/
  clear:both;
  height:10px;
  margin:0px;
  padding:0px;
}
