.itemBlock {
	margin-top: 25px;
	background-color: #FFF;
	background-position: top center;
	background-repeat: no-repeat;
	}
	.itemBlockInner {
		position: relative;
		margin: 0 auto;
		padding: 16px 0 30px 32px;
		width: 1000px;
		height: 408px;
		}
		.itemBlockInner > .before,
		.itemBlockInner:before {
			position: absolute;
			top: -20px;
			left: 50%;
			display: block;
			margin-left: -575px;
			width: 1150px;
			height: 20px;
			background: url(../../i/slider/slider-sh-t.png) no-repeat;
			content: '';
			}
		.itemBlockInner > .bottomSh {
			position: absolute;
			bottom: 0px;
			left: 50%;
			z-index: 3;
			display: block;
			margin-left: -575px;
			width: 1150px;
			height: 20px;
			background: url(../../i/slider/slider-sh-t.png) no-repeat;
			content: '';
			z-index: 201;
			}
		.itemBlock__breadcrumbs{
			margin-bottom: 46px;
            text-transform: lowercase;
			}
		.itemBlock__content {
			display: inline-block;
			vertical-align: top;
			width: 310px;
			}
			.itemBlock__content__logo {
				margin-bottom: 17px;
				}
			.itemBlock__content__header {
				margin-bottom: 17px;
				text-transform: uppercase;
				font-size: 26px;
				font-family: 'DINPro_Bold';
				font-weight: normal;
				line-height: 1.3;
				}
                .itemBlock__content__header.Halsen{
                    color: #EEEEEE;
                    }
			.itemBlock__content__text {
				margin-bottom: 20px;
				*height: 106px;
				font-size: 20px;
				font-family: 'DINPro_Regular';
				line-height: 1.3;
				}
                .itemBlock__content__text.Halsen{
                    color: #EEEEEE;
                    }
			.itemBlock__content__price {
				margin-bottom: 22px;
				color: #363636;
				font-size: 22px;
				font-family: 'DINPro_Bold';
				}
			.itemBlock__content__where { 
			cursor: pointer;
			}

	.itemBlock__gallery {
		display: inline-block;
		margin-left: 97px;
		position: relative;
		top: -20px;
		height: 353px;
		padding: 10px;
		background: white;
		-webkit-box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.2);
 	   	   -moz-box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.2);
    			box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.2);
		}