/*
 * jQuery Nivo Slider v2.5.2
 * 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: relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display: none;
}
/* 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;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
    background: url("../images/slide_bund.png") repeat scroll 0 0 transparent;
    color: #FFFFFF;
 
    position: absolute;
    right: 0;
    /*text-indent: -9999px;*/
    top: 32px;

    z-index: 999;
}
.nivo-caption p {
    color: #fff;
    float: right;
    font-size: 16px;
    margin: 0;
       padding: 3px 20px 20px;
    float: right;
}
.nivo-caption p strong {
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    
}    
.nivo-caption a {
	display:inline !important;
		color:#efe9d1;
	text-decoration:underline;

}
.nivo-caption h2 {
    color:#fff;
    text-transform: uppercase;
    font-size: 24px;
    opacity:1.0;
    padding: 3px 20px;
				font-weight: lighter;

}
.nivo-html-caption {
	display:none;
}
/* 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;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/* slider theme */
.slideshow {
 	height: 292px;
    left: -96px;
    margin-bottom: 0;
    margin-left: 0;
    position: absolute;
    margin-top:-3px;
    width: 655px;
    z-index: 0;
}
.slideshow a {
	border: 0;
	display: block;
}
#slideshow0{margin-left: 96px;}
#slideshow-top{
 height: 292px;
    position: absolute;
    top: 34px;
    width: 655px;
    z-index: 9;
}
.nivo-controlNav {

   background: none repeat scroll 0 0 #FFFFFF;
    bottom: 0;
    height: 15px;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 99;
}
.nivo-controlNav a {
	vertical-align: top;
	display: block;
	width: 22px;
	height: 22px;
	background: url('/homepage/images/bullets.png') no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:-7px;
	float:left;
	font-size:10px;
	text-decoration: none;
	color: #fff;
	padding-top: 5px;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}
.nivo-directionNav a {
	/* display:block;*/
	display: none;
	width:30px;
	height:60px;
	background:url('/homepage/images/arrows.png') no-repeat;
	text-indent:-9999px;
	border:0;
	top: 108px;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:-11px;
}
a.nivo-prevNav {
	left:-12px;
}
