* {
	margin: 0;
	padding: 0
}

.jPicture-container {
	display: block;
	position: relative;
	overflow: hidden
}

.jPicture-container a {
	display: block;
	text-decoration: none
}

.jPicture-container img {
	border: 0
}

.jPicture-inner {
	position: absolute;
	height: 465px;
	top: 0;
	left: 0;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.jPicture-part {
	overflow: hidden
}

.jPicture-fade {
	width: 100%
}

.jPicture-fade .jPicture-part {
	position: absolute;
	display: none
}

.jPicture-slide .jPicture-part {
	float: left
}

.jPicture-slide img {
	display: block
}

.jPicture-dot {
	position: absolute;
	bottom: 40px;
	left: 50%
}

.jPicture-dot b {
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	background: #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	margin: 0 5px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}

.jPicture-dot b.active {
	background: #f66
}

.jPicture-prev,
.jPicture-next {
	display: block;
	position: absolute;
	top: 89%;
	width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
	cursor: pointer;
	color: #fff;
	border-radius: 3px;
	background-size: 70%;
	
}

.jPicture-prev {
	left: 30%;
	margin-left: 10px;
	background: url(../img/prve.png) no-repeat center center;
	background-color: #f66;
}

.jPicture-next {
	right:30% ;
	margin-right: 10px;
	background: url(../img/next.png) no-repeat center center;
	background-color: #f66;
}

.jPicture-pointerevents-none {
	pointer-events: none
}