#popupKarosserie .customScrollBox {
	position:relative;
	height:100%;
	overflow:hidden;
}
#popupKarosserie .customScrollBox .container {
	position:relative;
	width:880px;
	top:0;
	float:left;
}
#popupKarosserie .customScrollBox .content {
	clear:both;
}
#popupKarosserie .dragger_container {
	position:relative;
	width:2px;
	height:525px;
	float:left;
	margin:40px 0 0 10px;
	background:#333;
cursor:pointer -moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	cursor:s-resize;
}
#popupKarosserie .dragger {
	position:absolute;
	width:2px;
	height:60px;
	background:#999;
	text-align:center;
	line-height:60px;
	color:#666;
	overflow:hidden;
	cursor:pointer;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
#popupKarosserie .dragger_pressed {
	position:absolute;
	width:4px;
	margin-left:-1px;
	height:60px;
	background:#999;
	text-align:center;
	line-height:60px;
	color:#666;
	overflow:hidden;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	cursor:s-resize;
}
#popupKarosserie .scrollUpBtn, #popupKarosserie .scrollDownBtn {
	position:absolute;
	display:inline-block;
	width:14px;
	height:15px;
	margin-right:2px;
	text-decoration:none;
	right:0;
	filter:alpha(opacity=20);
	-moz-opacity:0.20;
	-khtml-opacity:0.20;
	opacity:0.20;
}
#popupKarosserie .scrollUpBtn {
	top:16px;
	background:url(images/mcs_btnUp.png) center center no-repeat;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}
#popupKarosserie .scrollDownBtn {
	bottom:12px;
	background:url(images/mcs_btnDown.png) center center no-repeat;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}
#popupKarosserie .scrollUpBtn:hover, #popupKarosserie .scrollDownBtn:hover {
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	-khtml-opacity:0.60;
	opacity:0.60;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}
#popupLackier .customScrollBox {
	position:relative;
	height:100%;
	overflow:hidden;
}
#popupLackier .customScrollBox .container {
	position:relative;
	width:880px;
	top:0;
	float:left;
}
#popupLackier .customScrollBox .content {
	clear:both;
}
#popupLackier .dragger_container {
	position:relative;
	width:2px;
	height:525px;
	float:left;
	margin:40px 0 0 10px;
	background:#333;
cursor:pointer -moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	cursor:s-resize;
}
#popupLackier .dragger {
	position:absolute;
	width:2px;
	height:60px;
	background:#999;
	text-align:center;
	line-height:60px;
	color:#666;
	overflow:hidden;
	cursor:pointer;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
#popupLackier .dragger_pressed {
	position:absolute;
	width:4px;
	margin-left:-1px;
	height:60px;
	background:#999;
	text-align:center;
	line-height:60px;
	color:#666;
	overflow:hidden;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	cursor:s-resize;
}
#popupLackier .scrollUpBtn, #popupLackier .scrollDownBtn {
	position:absolute;
	display:inline-block;
	width:14px;
	height:15px;
	margin-right:2px;
	text-decoration:none;
	right:0;
	filter:alpha(opacity=20);
	-moz-opacity:0.20;
	-khtml-opacity:0.20;
	opacity:0.20;
}
#popupLackier .scrollUpBtn {
	top:16px;
	background:url(images/mcs_btnUp.png) center center no-repeat;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}
#popupLackier .scrollDownBtn {
	bottom:12px;
	background:url(images/mcs_btnDown.png) center center no-repeat;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}
#popupLackier .scrollUpBtn:hover, #popupLackier .scrollDownBtn:hover {
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	-khtml-opacity:0.60;
	opacity:0.60;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}
#popupBosch .customScrollBox {
	position:relative;
	height:100%;
	overflow:hidden;
}
#popupBosch .customScrollBox .container {
	position:relative;
	width:880px;
	top:0;
	float:left;
}
#popupBosch .customScrollBox .content {
	clear:both;
}
#popupBosch .dragger_container {
	position:relative;
	width:2px;
	height:525px;
	float:left;
	margin:40px 0 0 10px;
	background:#333;
cursor:pointer -moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	cursor:s-resize;
}
#popupBosch .dragger {
	position:absolute;
	width:2px;
	height:60px;
	background:#999;
	text-align:center;
	line-height:60px;
	color:#666;
	overflow:hidden;
	cursor:pointer;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
#popupBosch .dragger_pressed {
	position:absolute;
	width:4px;
	margin-left:-1px;
	height:60px;
	background:#999;
	text-align:center;
	line-height:60px;
	color:#666;
	overflow:hidden;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	cursor:s-resize;
}
#popupBosch .scrollUpBtn, #popupBosch .scrollDownBtn {
	position:absolute;
	display:inline-block;
	width:14px;
	height:15px;
	margin-right:2px;
	text-decoration:none;
	right:0;
	filter:alpha(opacity=20);
	-moz-opacity:0.20;
	-khtml-opacity:0.20;
	opacity:0.20;
}
#popupBosch .scrollUpBtn {
	top:16px;
	background:url(images/mcs_btnUp.png) center center no-repeat;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}
#popupBosch .scrollDownBtn {
	bottom:12px;
	background:url(images/mcs_btnDown.png) center center no-repeat;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}
#popupBosch .scrollUpBtn:hover, #popupBosch .scrollDownBtn:hover {
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	-khtml-opacity:0.60;
	opacity:0.60;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}
#popupAutoglas .customScrollBox {
	position:relative;
	height:100%;
	overflow:hidden;
}
#popupAutoglas .customScrollBox .container {
	position:relative;
	width:880px;
	top:0;
	float:left;
}
#popupAutoglas .customScrollBox .content {
	clear:both;
}
#popupAutoglas .dragger_container {
	position:relative;
	width:2px;
	height:525px;
	float:left;
	margin:40px 0 0 10px;
	background:#333;
cursor:pointer -moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	cursor:s-resize;
}
#popupAutoglas .dragger {
	position:absolute;
	width:2px;
	height:60px;
	background:#999;
	text-align:center;
	line-height:60px;
	color:#666;
	overflow:hidden;
	cursor:pointer;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
#popupAutoglas .dragger_pressed {
	position:absolute;
	width:4px;
	margin-left:-1px;
	height:60px;
	background:#999;
	text-align:center;
	line-height:60px;
	color:#666;
	overflow:hidden;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	cursor:s-resize;
}
#popupAutoglas .scrollUpBtn, #popupAutoglas .scrollDownBtn {
	position:absolute;
	display:inline-block;
	width:14px;
	height:15px;
	margin-right:2px;
	text-decoration:none;
	right:0;
	filter:alpha(opacity=20);
	-moz-opacity:0.20;
	-khtml-opacity:0.20;
	opacity:0.20;
}
#popupAutoglas .scrollUpBtn {
	top:16px;
	background:url(images/mcs_btnUp.png) center center no-repeat;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}
#popupAutoglas .scrollDownBtn {
	bottom:12px;
	background:url(images/mcs_btnDown.png) center center no-repeat;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}
#popupAutoglas .scrollUpBtn:hover, #popupBlog .scrollDownBtn:hover {
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	-khtml-opacity:0.60;
	opacity:0.60;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}
#popupSmartRepair .customScrollBox {
	position:relative;
	height:100%;
	overflow:hidden;
}
#popupSmartRepair .customScrollBox .container {
	position:relative;
	width:880px;
	top:0;
	float:left;
}
#popupSmartRepair .customScrollBox .content {
	clear:both;
}
#popupSmartRepair .dragger_container {
	position:relative;
	width:2px;
	height:525px;
	float:left;
	margin:40px 0 0 10px;
	background:#333;
cursor:pointer -moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	cursor:s-resize;
}
#popupSmartRepair .dragger {
	position:absolute;
	width:2px;
	height:60px;
	background:#999;
	text-align:center;
	line-height:60px;
	color:#666;
	overflow:hidden;
	cursor:pointer;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
#popupSmartRepair .dragger_pressed {
	position:absolute;
	width:4px;
	margin-left:-1px;
	height:60px;
	background:#999;
	text-align:center;
	line-height:60px;
	color:#666;
	overflow:hidden;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	cursor:s-resize;
}
#popupSmartRepair .scrollUpBtn, #popupSmartRepair .scrollDownBtn {
	position:absolute;
	display:inline-block;
	width:14px;
	height:15px;
	margin-right:2px;
	text-decoration:none;
	right:0;
	filter:alpha(opacity=20);
	-moz-opacity:0.20;
	-khtml-opacity:0.20;
	opacity:0.20;
}
#popupSmartRepair .scrollUpBtn {
	top:16px;
	background:url(images/mcs_btnUp.png) center center no-repeat;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}
#popupSmartRepair .scrollDownBtn {
	bottom:12px;
	background:url(images/mcs_btnDown.png) center center no-repeat;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}
#popupSmartRepair .scrollUpBtn:hover, #popupSmartRepair .scrollDownBtn:hover {
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	-khtml-opacity:0.60;
	opacity:0.60;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}

#popupOldtimer .customScrollBox {
	position:relative;
	height:100%;
	overflow:hidden;
}
#popupOldtimer .customScrollBox .container {
	position:relative;
	width:880px;
	top:0;
	float:left;
}
#popupOldtimer .customScrollBox .content {
	clear:both;
}
#popupOldtimer .dragger_container {
	position:relative;
	width:2px;
	height:525px;
	float:left;
	margin:40px 0 0 10px;
	background:#333;
cursor:pointer -moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	cursor:s-resize;
}
#popupOldtimer .dragger {
	position:absolute;
	width:2px;
	height:60px;
	background:#999;
	text-align:center;
	line-height:60px;
	color:#666;
	overflow:hidden;
	cursor:pointer;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
#popupOldtimer .dragger_pressed {
	position:absolute;
	width:4px;
	margin-left:-1px;
	height:60px;
	background:#999;
	text-align:center;
	line-height:60px;
	color:#666;
	overflow:hidden;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	cursor:s-resize;
}
#popupOldtimer .scrollUpBtn, #popupOldtimer .scrollDownBtn {
	position:absolute;
	display:inline-block;
	width:14px;
	height:15px;
	margin-right:2px;
	text-decoration:none;
	right:0;
	filter:alpha(opacity=20);
	-moz-opacity:0.20;
	-khtml-opacity:0.20;
	opacity:0.20;
}
#popupOldtimer .scrollUpBtn {
	top:16px;
	background:url(images/mcs_btnUp.png) center center no-repeat;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}
#popupOldtimer .scrollDownBtn {
	bottom:12px;
	background:url(images/mcs_btnDown.png) center center no-repeat;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}
#popupOldtimer .scrollUpBtn:hover, #popupOldtimer .scrollDownBtn:hover {
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	-khtml-opacity:0.60;
	opacity:0.60;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}




#popupAufbereitung .customScrollBox {
	position:relative;
	height:100%;
	overflow:hidden;
}
#popupAufbereitung .customScrollBox .container {
	position:relative;
	width:880px;
	top:0;
	float:left;
}
#popupAufbereitung .customScrollBox .content {
	clear:both;
}
#popupAufbereitung .dragger_container {
	position:relative;
	width:2px;
	height:525px;
	float:left;
	margin:40px 0 0 10px;
	background:#333;
cursor:pointer -moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	cursor:s-resize;
}
#popupAufbereitung .dragger {
	position:absolute;
	width:2px;
	height:60px;
	background:#999;
	text-align:center;
	line-height:60px;
	color:#666;
	overflow:hidden;
	cursor:pointer;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
#popupAufbereitung .dragger_pressed {
	position:absolute;
	width:4px;
	margin-left:-1px;
	height:60px;
	background:#999;
	text-align:center;
	line-height:60px;
	color:#666;
	overflow:hidden;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	cursor:s-resize;
}
#popupAufbereitung .scrollUpBtn, #popupAufbereitung .scrollDownBtn {
	position:absolute;
	display:inline-block;
	width:14px;
	height:15px;
	margin-right:2px;
	text-decoration:none;
	right:0;
	filter:alpha(opacity=20);
	-moz-opacity:0.20;
	-khtml-opacity:0.20;
	opacity:0.20;
}
#popupAufbereitung .scrollUpBtn {
	top:16px;
	background:url(images/mcs_btnUp.png) center center no-repeat;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}
#popupAufbereitung .scrollDownBtn {
	bottom:12px;
	background:url(images/mcs_btnDown.png) center center no-repeat;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}
#popupAufbereitung .scrollUpBtn:hover, #popupAufbereitung .scrollDownBtn:hover {
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	-khtml-opacity:0.60;
	opacity:0.60;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}
#popupChronik .customScrollBox {
	position:relative;
	height:100%;
	overflow:hidden;
}
#popupChronik .customScrollBox .container {
	position:relative;
	width:880px;
	top:0;
	float:left;
}
#popupChronik .customScrollBox .content {
	clear:both;
}
#popupChronik .dragger_container {
	position:relative;
	width:2px;
	height:525px;
	float:left;
	margin:40px 0 0 10px;
	background:#333;
cursor:pointer -moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	cursor:s-resize;
}
#popupChronik .dragger {
	position:absolute;
	width:2px;
	height:60px;
	background:#999;
	text-align:center;
	line-height:60px;
	color:#666;
	overflow:hidden;
	cursor:pointer;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
#popupChronik .dragger_pressed {
	position:absolute;
	width:4px;
	margin-left:-1px;
	height:60px;
	background:#999;
	text-align:center;
	line-height:60px;
	color:#666;
	overflow:hidden;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	cursor:s-resize;
}
#popupChronik .scrollUpBtn, #popupChronik .scrollDownBtn {
	position:absolute;
	display:inline-block;
	width:14px;
	height:15px;
	margin-right:2px;
	text-decoration:none;
	right:0;
	filter:alpha(opacity=20);
	-moz-opacity:0.20;
	-khtml-opacity:0.20;
	opacity:0.20;
}
#popupChronik .scrollUpBtn {
	top:16px;
	background:url(images/mcs_btnUp.png) center center no-repeat;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}
#popupChronik .scrollDownBtn {
	bottom:12px;
	background:url(images/mcs_btnDown.png) center center no-repeat;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}
#popupChronik .scrollUpBtn:hover, #popupChronik .scrollDownBtn:hover {
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	-khtml-opacity:0.60;
	opacity:0.60;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}


#popupImpress .customScrollBox {
	position:relative;
	height:100%;
	overflow:hidden;
}
#popupImpress .customScrollBox .container {
	position:relative;
	width:880px;
	top:0;
	float:left;
}
#popupImpress .customScrollBox .content {
	clear:both;
}
#popupImpress .dragger_container {
	position:relative;
	width:2px;
	height:525px;
	float:left;
	margin:40px 0 0 10px;
	background:#333;
cursor:pointer -moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	cursor:s-resize;
}
#popupImpress .dragger {
	position:absolute;
	width:2px;
	height:60px;
	background:#999;
	text-align:center;
	line-height:60px;
	color:#666;
	overflow:hidden;
	cursor:pointer;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
#popupImpress .dragger_pressed {
	position:absolute;
	width:4px;
	margin-left:-1px;
	height:60px;
	background:#999;
	text-align:center;
	line-height:60px;
	color:#666;
	overflow:hidden;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	cursor:s-resize;
}
#popupImpress .scrollUpBtn, #popupImpress .scrollDownBtn {
	position:absolute;
	display:inline-block;
	width:14px;
	height:15px;
	margin-right:2px;
	text-decoration:none;
	right:0;
	filter:alpha(opacity=20);
	-moz-opacity:0.20;
	-khtml-opacity:0.20;
	opacity:0.20;
}
#popupImpress .scrollUpBtn {
	top:16px;
	background:url(images/mcs_btnUp.png) center center no-repeat;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}
#popupImpress .scrollDownBtn {
	bottom:12px;
	background:url(images/mcs_btnDown.png) center center no-repeat;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}
#popupImpress .scrollUpBtn:hover, #popupImpress .scrollDownBtn:hover {
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	-khtml-opacity:0.60;
	opacity:0.60;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}

#popupKontakt .customScrollBox {
	position:relative;
	height:100%;
	overflow:hidden;
}
#popupKontakt .customScrollBox .container {
	position:relative;
	width:880px;
	top:0;
	float:left;
}
#popupKontakt .customScrollBox .content {
	clear:both;
}
#popupKontakt .dragger_container {
	position:relative;
	width:2px;
	height:525px;
	float:left;
	margin:40px 0 0 10px;
	background:#333;
cursor:pointer -moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	cursor:s-resize;
}
#popupKontakt .dragger {
	position:absolute;
	width:2px;
	height:60px;
	background:#999;
	text-align:center;
	line-height:60px;
	color:#666;
	overflow:hidden;
	cursor:pointer;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
#popupKontakt .dragger_pressed {
	position:absolute;
	width:4px;
	margin-left:-1px;
	height:60px;
	background:#999;
	text-align:center;
	line-height:60px;
	color:#666;
	overflow:hidden;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	cursor:s-resize;
}
#popupKontakt .scrollUpBtn, #popupKontakt .scrollDownBtn {
	position:absolute;
	display:inline-block;
	width:14px;
	height:15px;
	margin-right:2px;
	text-decoration:none;
	right:0;
	filter:alpha(opacity=20);
	-moz-opacity:0.20;
	-khtml-opacity:0.20;
	opacity:0.20;
}
#popupKontakt .scrollUpBtn {
	top:16px;
	background:url(images/mcs_btnUp.png) center center no-repeat;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}
#popupKontakt .scrollDownBtn {
	bottom:12px;
	background:url(images/mcs_btnDown.png) center center no-repeat;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}
#popupKontakt .scrollUpBtn:hover, #popupKontakt .scrollDownBtn:hover {
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	-khtml-opacity:0.60;
	opacity:0.60;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}


#popupReferenzen .customScrollBox {
	position:relative;
	height:100%;
	overflow:hidden;
}
#popupReferenzen .customScrollBox .container {
	position:relative;
	width:880px;
	top:0;
	float:left;
}
#popupReferenzen .customScrollBox .content {
	clear:both;
}
#popupReferenzen .dragger_container {
	position:relative;
	width:2px;
	height:525px;
	float:left;
	margin:40px 0 0 10px;
	background:#333;
cursor:pointer -moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	cursor:s-resize;
}
#popupReferenzen .dragger {
	position:absolute;
	width:2px;
	height:60px;
	background:#999;
	text-align:center;
	line-height:60px;
	color:#666;
	overflow:hidden;
	cursor:pointer;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
#popupReferenzen .dragger_pressed {
	position:absolute;
	width:4px;
	margin-left:-1px;
	height:60px;
	background:#999;
	text-align:center;
	line-height:60px;
	color:#666;
	overflow:hidden;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	cursor:s-resize;
}
#popupReferenzen .scrollUpBtn, #popupReferenzen .scrollDownBtn {
	position:absolute;
	display:inline-block;
	width:14px;
	height:15px;
	margin-right:2px;
	text-decoration:none;
	right:0;
	filter:alpha(opacity=20);
	-moz-opacity:0.20;
	-khtml-opacity:0.20;
	opacity:0.20;
}
#popupReferenzen .scrollUpBtn {
	top:16px;
	background:url(images/mcs_btnUp.png) center center no-repeat;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}
#popupReferenzen .scrollDownBtn {
	bottom:12px;
	background:url(images/mcs_btnDown.png) center center no-repeat;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}
#popupReferenzen .scrollUpBtn:hover, #popupReferenzen .scrollDownBtn:hover {
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	-khtml-opacity:0.60;
	opacity:0.60;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}
#popupZertifikate .customScrollBox {
	position:relative;
	height:100%;
	overflow:hidden;
}
#popupZertifikate .customScrollBox .container {
	position:relative;
	width:880px;
	top:0;
	float:left;
}
#popupZertifikate .customScrollBox .content {
	clear:both;
}
#popupZertifikate .dragger_container {
	position:relative;
	width:2px;
	height:525px;
	float:left;
	margin:40px 0 0 10px;
	background:#333;
cursor:pointer -moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	cursor:s-resize;
}
#popupZertifikate .dragger {
	position:absolute;
	width:2px;
	height:60px;
	background:#999;
	text-align:center;
	line-height:60px;
	color:#666;
	overflow:hidden;
	cursor:pointer;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
#popupZertifikate .dragger_pressed {
	position:absolute;
	width:4px;
	margin-left:-1px;
	height:60px;
	background:#999;
	text-align:center;
	line-height:60px;
	color:#666;
	overflow:hidden;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	cursor:s-resize;
}
#popupZertifikate .scrollUpBtn, #popupZertifikate .scrollDownBtn {
	position:absolute;
	display:inline-block;
	width:14px;
	height:15px;
	margin-right:2px;
	text-decoration:none;
	right:0;
	filter:alpha(opacity=20);
	-moz-opacity:0.20;
	-khtml-opacity:0.20;
	opacity:0.20;
}
#popupZertifikate .scrollUpBtn {
	top:16px;
	background:url(images/mcs_btnUp.png) center center no-repeat;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}
#popupZertifikate .scrollDownBtn {
	bottom:12px;
	background:url(images/mcs_btnDown.png) center center no-repeat;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}
#popupZertifikate .scrollUpBtn:hover, #popupZertifikate .scrollDownBtn:hover {
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	-khtml-opacity:0.60;
	opacity:0.60;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}
#popupArtner .customScrollBox {
	position:relative;
	height:100%;
	overflow:hidden;
}
#popupArtner .customScrollBox .container {
	position:relative;
	width:880px;
	top:0;
	float:left;
}
#popupArtner .customScrollBox .content {
	clear:both;
}
#popupArtner .dragger_container {
	position:relative;
	width:2px;
	height:525px;
	float:left;
	margin:40px 0 0 10px;
	background:#333;
cursor:pointer -moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	cursor:s-resize;
}
#popupArtner .dragger {
	position:absolute;
	width:2px;
	height:60px;
	background:#999;
	text-align:center;
	line-height:60px;
	color:#666;
	overflow:hidden;
	cursor:pointer;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
#popupArtner .dragger_pressed {
	position:absolute;
	width:4px;
	margin-left:-1px;
	height:60px;
	background:#999;
	text-align:center;
	line-height:60px;
	color:#666;
	overflow:hidden;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	cursor:s-resize;
}
#popupArtner .scrollUpBtn, #popupArtner .scrollDownBtn {
	position:absolute;
	display:inline-block;
	width:14px;
	height:15px;
	margin-right:2px;
	text-decoration:none;
	right:0;
	filter:alpha(opacity=20);
	-moz-opacity:0.20;
	-khtml-opacity:0.20;
	opacity:0.20;
}
#popupArtner .scrollUpBtn {
	top:16px;
	background:url(images/mcs_btnUp.png) center center no-repeat;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}
#popupArtner .scrollDownBtn {
	bottom:12px;
	background:url(images/mcs_btnDown.png) center center no-repeat;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}
#popupArtner .scrollUpBtn:hover, #popupArtner .scrollDownBtn:hover {
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	-khtml-opacity:0.60;
	opacity:0.60;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}