/*
 * 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 */
.fotoslider{margin:10px auto 30px auto;}
.notislider{margin:10px auto 30px auto;}
.headerslider{margin:0 auto 0 auto;}
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}


/* 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;	
}



/* 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 */

.notislider .nivo-caption{bottom:0px;/*height:80px;*/ opacity:1 !important;}
.notislider .nivo-controlNav{bottom:-22px !important;}
.fotoslider .nivo-caption{bottom:0px;}
.headerslider .nivo-caption{display:none;}
.nivo-caption {
	position:absolute;
	left:0px;	
	/*background:#000;*/
	background-image:url(backcaption.png);
	background-repeat:repeat-x;
	color:#000;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
	overflow:hidden;
}
.nivo-caption p {
	padding:5px;
	margin:0;
	
}
.nivo-caption a {
	display:inline !important;
	color:#000 !important;
    text-decoration:underline;
    
}
.nivo-html-caption {
    display:none;
}


.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a:hover { 
    color:#800!important;
    text-decoration:underline;
}
.nivo-caption h3, .nivo-caption h3 a  
{
    color:#000 !important;
    font-weight:bold !important;
    font-size:1.3em;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:40%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	/*left:0px;*/
}
.nivo-nextNav {
	/*right:0px;*/
}

.nivo-directionNav a {
	display:block;
	width:40px;
	height:63px;
	background:url(arrows2.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	width:37px;
	height:60px;
	background:url(arrows3.png) no-repeat;
	background-position:-40px 0px;
	
	right:10px;
}

a.nivo-nextNav:hover {
	background:url(arrows4.png) no-repeat;
	background-position:-40px 0px;
}
a.nivo-prevNav {
	width:37px;
	height:60px;
	background:url(arrows3.png) no-repeat;
	background-position:0px 0px;
	left:10px;
}

a.nivo-prevNav:hover {
	background:url(arrows4.png) no-repeat;
	background-position:0px 0px;
}



/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
	color:#990000;
	font-weight:bold;
	text-decoration:none;
	
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.nivo-controlNav a:hover{ text-decoration:underline;}
.nivo-controlNav {
	position:absolute;
	bottom:10px;
	right:0px;
	left:0px;
	text-align:center;	
}
.nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;	
	margin-right:3px;
	
}


.nivo-controlNav a.active {
	background-position:0 -22px;
}


