
.article-deep-gallery-paragraph .gallery {
	overflow: auto;
}
.article-deep-gallery-paragraph .gallery .item{
	float:left
}
.article-deep-gallery-image{
	height: 800px;
}

.navigation-parent,
.navigation-parent-2
{
	display: block;
	position:absolute;
	top:50%;
	left:60px;
	margin-top:-80px;
	width:60px;
	height: 60px;
	border-radius: 30px;
	background: #999 url("/view/img/3bars.png") center center no-repeat;
}
.navigation-parent-2{
	margin-top: -150px;
	background-image: url("/view/img/9dots.png");
}
.navigation-left,
.navigation-right
{
	display: block;
	width:80px;
	height:18px;
	border-radius:50px;
	background: black;
	text-align: center;
	cursor: pointer;
	position: absolute;
	top:50%;
	padding:31px 0;
	z-index: 4;

	color: white;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
	text-decoration: none;
}
.navigation-left{
	left:50px;
}
.navigation-right{
	right:50px;
}