﻿/*
Skin Name: analys1
*/

.theme-analys1 .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-analys1 .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-analys1 .nivoSlider a {
	border:0;
	display:block;
}

.theme-analys1 .nivo-controlNav {
	text-align: center;
    padding: 6px 0;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
    background: #333;
    background: -moz-linear-gradient(top,  #565656 0%, #333333 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#565656), color-stop(100%,#333333)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #565656 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #565656 0%,#333333 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #565656 0%,#333333 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #565656 0%,#333333 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
}
.theme-analys1 .nivo-controlNav a {
	display:inline-block;
	width:10px;
	height:10px;
	background:url(bullets.png) no-repeat 0 2px;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-analys1 .nivo-controlNav a.active {
	background-position:0 100%;
}

.theme-analys1 .nivo-directionNav a {
	display:block;
	width:30px;
	height:60px;
	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-analys1:hover .nivo-directionNav a { opacity: 0.8;background-color:black; }
.theme-analys1 a.nivo-nextNav {
	background: url(icon-right.png);
    background-size:cover;
}
.theme-analys1 a.nivo-prevNav {
    background: url(icon-left.png);
    background-size:cover;
}

.theme-analys1 .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-analys1 .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-analys1 .nivo-caption a:hover {
    color:#fff;
}

.theme-analys1 .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-analys1 .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-analys1 .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}