
.contBox_left {
	width: 592px;
}

.contBox_right {
	width: 325px;
	width: 323px;
	border-left: 1px solid red;
	padding-left: 14px;
}

#thumbnails img {
	width: 136px;
	border: 1px solid gray;
	float: left;
}

#thumbnails a {
	float: left;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	
}

/* Lupen-Icon auf Thumbnail */
#thumbnails a::after {
	content: url(../_layout/magnifying-glass.png);
	width: 16px;
	height: 16px;
	position: absolute;
	bottom: 2px;
	right: 2px;
	overflow: hidden;
	background: #fff;
    border-radius: 2px;
    padding-left: 1px;
    padding-top: 1px;
}

/* Overwrites für InlineBox */

.lv-inline-box .capture li {
	list-style-type: none;
}

.lv-inline-box .capture li a.pdf {
    background: url(../_layout/pdf-icon.png) no-repeat;
    background-size: 25px 25px;
    background-position: -3px;
    padding-left: 25px;
    line-height: 32px;
    display: block;
}
