
@charset "utf-8";

/* content block 5 */

#mcs5_container {
	position: relative;
	left: 0px;
	clear: both;
	margin: 0 0 5px 0;
	width: 1000px;
	
	padding: 40px 20px 0 20px;

}

#mcs5_container .customScrollBox {
	position: relative;
	width: 990px;
	overflow: hidden;
}

#mcs5_container .customScrollBox .horWrapper {
	position: relative;
	left: 0;
	height: 250px;
	padding: 0px;

}

#mcs5_container .customScrollBox .covers {
	position: relative;
	left: 0;
	display: inline-block;
	*display: inline;
	overflow: hidden;

}

#mcs5_container .customScrollBox .referenzen {
	clear: both;
	margin-top: 20px;
	height: 190px;
	overflow: hidden;
	margin-left: 0px;
}

#mcs5_container .customScrollBox .referenzen p {
	padding: 10px;
	margin: 0 0px 0 0;
	height: 180px;
}

#mcs5_container .customScrollBox .referenzen p img {
	margin-right: 25px;
	margin-bottom: 25px;
	width: 180px;
	height: 180px;
}

#mcs5_container .dragger_container {
	position: relative;
	height: 0px;
	width: 970px;
	margin: 20px 10px 0 10px;
	border-top: 1px solid #ccc;
}

#mcs5_container .dragger {
	position: absolute;
	width: 100px;
	height: 15px;
	background: #ddd no-repeat;
	margin-top: -8px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
}

#mcs5_container .dragger_pressed {
	position: absolute;
	width: 100px;
	height:15px;
	background: #aaa no-repeat;
	margin-top: -8px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#mcs5_container .scrollUpBtn,#mcs5_container .scrollDownBtn {
	position: absolute;
	top: 0;
	display: inline-block;
	font-family: Arial,Helvetica,sans-serif;
	font-size: large;
	font-weight: normal;
	color: #C30;
	margin: 8px 5px 0 10px;
	text-decoration: none;
}

#mcs5_container .scrollDownBtn {
	width: 20px;
	height: 20px;
	right: 0px;
	top: 140px;
	text-decoration: none;
	background: url(images/arrows.png) no-repeat -27px 0;
	border: none;

}

#mcs5_container .scrollUpBtn {
	width:20px;
	height: 20px;
	left: -10px;
	top: 140px;
	background: url(images/arrows.png) no-repeat 0px 0px;
	border: none;
}

#mcs5_container .scrollUpBtn:hover,#mcs5_container .scrollDownBtn:hover {
	color: #fff;
}
