﻿/*
 * jQuery Nivo Slider v2.0
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, 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; BACKGROUND: url(../img/nivo/loading.gif) #202834 no-repeat 50% 50%; width:464px!important; 
}
.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:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:220px;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#6459C4;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:10px 5px 5px 5px;	
	margin:0;
	color: #fff!important;
}

/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav A {
	Z-INDEX: 99; POSITION: absolute; TOP: 45%; CURSOR: pointer;
}

.nivo-directionNav a {
	display:block;
	width:31px;
	height:34px;
	background:url(../img/nivo/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}

A.nivo-nextNav {
	BACKGROUND-POSITION: -30px 0px; RIGHT: 15px
}
A.nivo-prevNav {
	LEFT: 14px
}

/* ejemplu */

#slider A {
	DISPLAY: block /* important to images in IE and Opera */
}
#slider {
	MARGIN-BOTTOM: 85px
}
#slider .nivo-controlNav {
	position:absolute;
	bottom:-80px; /* Put the nav below the slider */
	border: 1px solid #d5d7dc; 
	border-top: none;
	padding:10px;
	width:442px;;
}
#slider .nivo-controlNav img {
	display:inline !important; /* Unhide the thumbnails */
	position:relative;
	margin-right:10px;
	float:left;
}
#slider .nivo-controlNav a.active img { border: 5px solid #a44dc4;}

