.topbanners {
  width: 1200px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 24px;
  padding-top: 16px;
}

.topbanners .tbbody {
  height: 330px;/*398px;*/
  width: 1200px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.topbanners h2 {
  font-style: italic;
}

#slider {
  position: relative;
  width: 1200px;
  height: 330px;/*398px;*/
  background: url(images/loading.gif) no-repeat 50% 50%;
}

#slider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}

#slider a {
  border: 0;
  display: block;
}

.nivoSlider {
  position: relative;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}
.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
}

.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;
}

.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
  position: absolute;
  right: -540px;
  top: 50px;
  opacity: 1; /* Overridden by captionOpacity setting */
  width: 470px;
  height: 270px;
  z-index: 89;
  color: #999;
}

.nivo-caption .gal_link{
	background: url(images/gallery-button.gif) left top no-repeat;
	display: inline-block !important;
	line-height: 42px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	}
.nivo-caption .gal_link span{
	display:block;
	height:100%;
	background:url(images/gallery-button-r.gif) right top no-repeat;
	padding:0 49px 0 17px;
	cursor:pointer;
}
.nivo-caption .gal_link:hover{ color:#313132; }

.nivo-caption-inner{ position:relative;	}

.nivo-html-caption { 
  z-index: 10;
  display:none; 
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
display: none;
	position: absolute;
	bottom:5px;
	left: 483px;
	z-index:80;
	width:18px;
}
.nivo-controlNav a {
	background: url(images/pagination.png) no-repeat 0 0;
	display: inline-block !important;
	width: 18px;
	height: 18px;
	overflow: hidden;
	text-indent: -999px;
	cursor:pointer;
	float:left;
	margin-top:3px;
}
.nivo-controlNav a.active, .nivo-controlNav a:hover {
	font-weight:bold;
	background-position: -18px 0;
}

.nivo-directionNav {

	}
.nivo-directionNav a {
	position:absolute;
	display:block;
	width:36px;
	height:35px;
	text-indent:-9999px;
	border:0;
	top:50%;
	/*background:url(https://nnov.ankportal.ru/local/templates/main/components/bitrix/catalog.section/topbanners/images/direction_nav.png) no-repeat 0 0;*/
}
a.nivo-nextNav {
	right:0;
	background-position:-36px 0;
}
a.nivo-nextNav:hover {
	background-position:-36px -35px;
	}
a.nivo-prevNav {
	left:0;
	background-position:0 0;
}
a.nivo-prevNav:hover {
	background-position:0 -35px;
	}

#slider .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right:10px;
	width:120px;
	height:auto;
}

#slider .slbutton, #slider .slbutton:hover {
  height: 41px;
  width: 145px;
  background-color: #578BD9;
  display: block;
  line-height: 41px;
  border-radius: 3px;
  font-size: 14px;
  padding-left: 15px;
}
#slider .slbutton a, #slider .slbutton a:hover {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
#slider .slbutton div {
  color: #fff;
  text-align: center;
  background-color: #5D6068;
  width: 39px;
  height: 41px;
  float: right;
  font-size: 18px;
  border-radius: 0 3px 3px 0;
}
