li.banner-item {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.all-ban-wrap {
	height: 370px;
}
.scroll-scr {
	
}
.zagolovok {
	position: absolute;
	bottom: 20px;
	width: 370px;
	line-height: 30px;
	
	left: 27px;
	
	color: #fff;
	text-shadow: 0px 1px 1px #253337;
}
.zagolovok .name {
	font-size: 24px;
	font-weight: 600;
}
.zagolovok .descr {
	font-size: 14px;
	font-weight: 400;
}
ol.bjqs-markers {
 padding-top: 15px;
}
ol.bjqs-markers li{
	display: inline-block;
	margin-right: 9px;
	height: 16px;
	width: 16px;
	background: url('images/slider-dot1.png') no-repeat;
}
ol.bjqs-markers li.active-marker {
	background-position:  0 -32px;
	
}
.bjqs-controls {
	display: none;
}
.scroll-scr.hover .bjqs-controls {
	display: block;
}

.bjqs-next a{
	top: 0 !important;
	height: 100%;
	width: 30px;
	background: url('images/next.png') 11px 50% no-repeat;
}
.bjqs-prev a{
	top: 0 !important;
	height: 100%;
	width: 30px;
	background: url('images/prev.png') 8px 50% no-repeat;
}
ol.bjqs-markers li:hover {
	background-position:  0 -16px;
}
ol.bjqs-markers li.active-marker a {
	cursor: default;
}
ol.bjqs-markers li.active-marker:hover {
	background-position:  0 -32px;
}
ol.bjqs-markers li a {
	display: block;
	height: 16px;
	width: 16px;
}