﻿/*
Слайдер AIT v1.4.0
? азработка ООО "АИТ", http://ait-web.ru
*/
.nbs-aitsl-container {
position: relative;
width: 100%;
overflow: hidden;
}

.nbs-aitsl-ul {
position:relative;
width:99999px;
margin:0px;
padding:0px;
list-style-type:none;   
overflow: hidden;
display:none;	
text-align: center;
}

.nbs-aitsl-inner {
float:left;
width:100%;
overflow:hidden; 
}

.nbs-aitsl-item {
margin:0px;
padding:0px;
position:relative;
float:left;
}

.aitslNavButton {
overflow: hidden;
position: absolute;
z-index: 5;
bottom: 22px;
left: auto;
right: 90px;
text-align: center;
}

.aitslNavButton a {
width: 11px;
height: 11px;
display: inline-block;

margin: 0 6px;
border-radius: 50%;
border: 1px solid #fff;
text-align: center;
background: white;
}

.aitslNavButton a.active {
background: none;
}

.nbs-aitsl-nav-right, .nbs-aitsl-nav-left{
overflow: hidden;
position: absolute;
z-index: 5;
width: 16px;
height: 25px;
cursor: default;
border: 0;
background: none;
padding: 0;
top: 50%;
margin-top: -11px;
}

.nbs-aitsl-nav-right, .nbs-aitsl-nav-left{
top: 50%;
overflow: hidden;
position: absolute;
z-index: 5;
width: 29px;
height: 29px;
cursor: pointer;
border: 0;
background: none;
padding: 0;
}

.nbs-aitsl-nav-right:hover, .nbs-aitsl-nav-left:hover, .pagination li:last-child a:before:hover, .pagination li:first-child a:before:hover{
opacity: 0.8;
transition:0.2s;
}

.nbs-aitsl-nav-right{
right: 40px;
background: url("../img/btnMainSlider.png") -31px 0 no-repeat;
top: 24px!important;
}

.nbs-aitsl-nav-left{
left: 39px;
background: url("../img/btnMainSlider.png") 0 0 no-repeat;
top: 24px!important;
}


.menuSliderBlock .nbs-aitsl-nav-right{
right: 1px;
background: url("../img/btnMainSlider2.png") -31px 0 no-repeat;
top: 37px!important;
}

.menuSliderBlock .nbs-aitsl-nav-left{
left: 0px;
background: url("../img/btnMainSlider2.png") 0 0 no-repeat;
top: 34px!important;
}