/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/
.theme-mpindustries {
	position: relative;
}
.theme-mpindustries .nivoSlider {
	position:relative;
	background:#EBF3FB url(loading.gif) no-repeat 50% 50%;
    
	overflow: visible;
}
.theme-mpindustries .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	width: 100%;
}
.theme-mpindustries .nivoSlider a {
	border:0;
	display:block;
}

.theme-mpindustries .nivo-controlNav {
	z-index: 10;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -73px;
	width: 146px;
	height: 22px;
	background: url('../../img/hp_strip_navigace_bg.png') no-repeat 50% 100%;
	font-size: 15px;
	text-align: center;
}
.theme-mpindustries .nivo-controlNav a {
	display:inline-block;
	width:20px;
	height:20px;
	background:url(bullets.png) no-repeat 0 4px;
	text-indent:-9999px;
	border:0;
	/*margin: 0 2px;*/
}
.theme-mpindustries .nivo-controlNav a.active {
	background-position:0 -16px;
} 

.theme-mpindustries .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-mpindustries:hover .nivo-directionNav a { opacity: 1; }
.theme-mpindustries a.nivo-nextNav {
	background-position:-30px 0;
	right: -40px;
}
.theme-mpindustries a.nivo-prevNav {
	left:-40px;
}

.theme-mpindustries .nivo-caption {
    /*font-family: Helvetica, Arial, sans-serif;*/
	/*color: #43577A;*/
	top: 0;
	right: 0;
	left: 0;
	background:none;
	
	/*height: 100%;*/
	margin: 0;
	padding: 0;
	width: 395px;
	/*background:#EBF3FB;*/
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=10);
	/*background: transparent;*/
}
.theme-mpindustries .nivo-caption:hover {
	/*cursor: pointer;*/
}
.theme-mpindustries .nivo-caption a.nivo-caption-link {
	position: absolute;
	visibility: hidden;
}

.theme-mpindustries .nivo-caption p {
	padding: 0;
}

.theme-mpindustries .nivo-caption ul {
	margin: 0;
	padding: 0 20px 0 0;
	font-size: 15px;
	font-weight: lighter;
}
.theme-mpindustries .nivo-caption li {
	list-style-type: none;
	margin: 2px 0 2px;
	padding: 0 0 0 20px;
	background: url('../../img/odrazka_carousel.png') no-repeat 0% 8px;
}
.theme-mpindustries .nivo-caption a {
/*    color:#fff;
    border-bottom:1px dotted #fff;*/
}
.theme-mpindustries .nivo-caption a:hover {
    /*color:#fff;*/
}

.theme-mpindustries .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-mpindustries .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-mpindustries .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}