/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */

.slider-wrapper {
	
	border-left: 2px solid #cdcdcd;
	border-right: 2px solid #cdcdcd;
	width: 928px;
	float: left;
}


.slider-wrapper.inside-slider ,
.slider-wrapper.inside-slider2 {
	width: 269px;
	border: none;
	display: block;
	margin:0 auto;
}

.slider-wrapper.inside-slider { width: 210px;  }

.slider-wrapper.inside-slider img ,
.slider-wrapper.inside-slider2 img {
	max-width: 257px!important;
	padding: 5px;
	background: none #ffffff;
	border: 1px solid #d5d5d5;
}
.slider-wrapper.inside-slider img { max-width: 198px!important;  }

.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}


.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	height: auto;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* 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%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	top:0px;
	height: 100%;
	width:100%;
	z-index:8;
	overflow: hidden;
	display: none;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}

.slider-wrapper .slider-lezanta {
	font: bold 24px/30px Georgia!important;
	font-style: italic!important;
	color: #449fcb;
	width: 300px; 
	text-align: left;
	z-index: 2;
	position: absolute;
	bottom: 24px;
	left: 20px;
}



/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
	text-indent: -9999px;
}
.nivo-prevNav {

}
.nivo-nextNav {

}

.inside-slider .nivo-directionNav a ,
.inside-slider2 .nivo-directionNav a{
    background: url("../../images/olvos/products_inside.png") 0 0 no-repeat;
    border: 0 none;
    display: block;
    height: 32px;
    opacity: 0;
    text-indent: -9999px;
    transition: all 200ms ease-in-out 0s;
    width: 32px;
}

.inside-slider:hover .nivo-directionNav a ,
.inside-slider2:hover .nivo-directionNav a {
    opacity: 1;
}

.inside-slider a.nivo-nextNav ,
.inside-slider2 a.nivo-nextNav{
    right: 5px;
	top: 45%;
}
.inside-slider a.nivo-prevNav ,
.inside-slider2 a.nivo-prevNav {
	background-position: -32px 0;
    left: 5px;
	top: 45%;
}

/* Control nav styles (e.g. 1,2,3...) */
.theme-default .nivo-controlNav {
	font-size: 0;
    height: 0;
    padding: 0;
}

.inside-slider .nivo-controlNav ,
.inside-slider2 .nivo-controlNav {
	text-align:center;
	height: auto;
	padding: 10px 0 0 0;
	z-index:10;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}



.inside-slider .nivo-controlNav a ,
.inside-slider2 .nivo-controlNav a {
    background: url("../images/olvos/bullets.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: inline-block;
    height: 22px;
    margin: 0 2px;
    text-indent: -9999px;
    width: 22px;
}

.inside-slider .nivo-controlNav a.active ,
.inside-slider2 .nivo-controlNav a.active {
    background-position: 0 -22px;
}


.theme-default:hover .nivo-directionNav a {
    opacity: 1;
}