/*********************************************************/
/***   ГОРИЗОНТАЛЬНЫЙ  СКРУЛЛ  ИЗОБРАЖЕНИЙ СТАТЬИ     ****/
/*********************************************************/

.scrollBlock3
{
	position: relative;
}
.scrollBlock3 > div.bannerBlock
{
	margin-top: 30px;
}
.scrollBlock3 .scroll-pane
{
}
.scrollBlock3 > div.bannerBlock div.bannerBlockContainer
{
	overflow: auto;
}
.scrollBlock3 > div.bannerBlock div.bannerBlockContainer div.item
{
	float: left;
	padding: 5px;
	width: 220px;
	height: 110px;
}
.scrollBlock3 > div.bannerBlock div.bannerBlockContainer div.item a
{
	display: table-cell;
	vertical-align: central;
	width: 220px;
	height: 110px;
	text-align: center;
}
.scrollBlock3 > div.bannerBlock div.bannerBlockContainer div.item img
{
	max-width: 220px;
	max-height: 110px;
}
.scrollBlock3 > div.button
{
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	top: 50%;
	margin-top: -15px; /* половина высоты стрелки */
	cursor: pointer;
}

.scrollBlock3 > div.left.button
{
	left: -25px;
}
.scrollBlock3 > div.right.button
{
	right: -25px;
}

