/*** Overall MovingBoxes Slider ***/
.mb-wrapper {
	border:none;
	margin:0;
	position:relative;
	left:0;
	top:0;
}
#illustration .mb-wrapper {
	float:right;
	/* margin-right:140px; */
}
#illustration.logos .mb-wrapper,
#illustration.grafiken .mb-wrapper {
	float:right;
	margin-top:0;
}
#webdesign .mb-wrapper {
	margin:46px 0 0 30px;
}

/* Panel Wrapper */
.mb-slider, .mb-scroll {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;

	/***(>'-')> Control Panel Font size here <('-'<)***/
	font-size: 18px;
}

/* active slider border highlight */
.mb-active-slider {
	border-color: #333;
}

/*** Slider panel ***/
.mb-slider .mb-panel {
	margin:0;
	padding:0;
	display:block;
	cursor:pointer;
	float:left;
	list-style:none;
}

/* Cursor to arrow over current panel, pointer for all others,
change .current class name using plugin option, currentPanel : 'current' */
.mb-slider .mb-panel.current {
	cursor: auto;
}

/*** Inside the panel ***/
.mb-inside {
	padding:0;
	border:none;
}

.mb-inside * {
	max-width: 100%;
}

/*** Left & Right Navigation Arrows ***/
a.mb-scrollButtons {
	display:block;
	width:73px;
	height:100%;
	position:absolute;
	top:0;
	margin-top:0; /* if you change the arrow images, you may have to adjust this (1/2 height of arrow image) */
	cursor:pointer;
	text-decoration:none;
	outline:0;
	border:0;
}
a.mb-scrollButtons.mb-left {
	background:url(../img/slidenav.png) top left no-repeat;
	left:0;
	z-index:100;
}
a.mb-scrollButtons.mb-right {
	background:url(../img/slidenav.png) top right no-repeat;
	right:0;
	z-index:100
}
#portfolio a.mb-scrollButtons.mb-left {
	background:url(../img/slidenav450.png) top left no-repeat;
	left:0;
	z-index:100;
}
#portfolio a.mb-scrollButtons.mb-right {
	background:url(../img/slidenav450.png) top right no-repeat;
	right:0;
	z-index:100
}
#webdesign a.mb-scrollButtons.mb-left {
	width:126px;
	height:218px;
	background:url(../img/slidenav-mouse-left.png) top left no-repeat;
	z-index:100;
	top:515px;
	left:520px;
}
#webdesign a.mb-scrollButtons.mb-right {
	width:124px;
	height:218px;
	background:url(../img/slidenav-mouse-right.png) top left no-repeat;
	z-index:100;
	top:515px;
	left:646px;
}
a.mb-scrollButtons.mb-left:hover, #portfolio a.mb-scrollButtons.mb-left:hover {
	background-position:left bottom;
}
a.mb-scrollButtons.mb-right:hover, #portfolio a.mb-scrollButtons.mb-right:hover {
	background-position:right bottom;
}
a.mb-scrollButtons.disabled {
	display:none;
}
#illustration a.mb-scrollButtons {
	width:30px;
}
#illustration a.mb-scrollButtons.mb-left {
	/* background:url(../img/slidenav-transp-left.png) center center no-repeat;
	left:-38px;
	z-index:100; */
	display:none;
}
#illustration a.mb-scrollButtons.mb-right {
	/* background:url(../img/slidenav-transp-right.png) center center no-repeat;
	right:-38px;
	z-index:100 */
	display:none;
}
#illustration a.mb-scrollButtons.mb-left:hover {
	background:url(../img/slidenav-transp-left_hover.png) center center no-repeat;
}
#illustration a.mb-scrollButtons.mb-right:hover {
	background:url(../img/slidenav-transp-right_hover.png) center center no-repeat;
}
#webdesign a.mb-scrollButtons.mb-left:hover {
	background:url(../img/slidenav-mouse-left_hover.png) top left no-repeat;
}
#webdesign a.mb-scrollButtons.mb-right:hover {
	background:url(../img/slidenav-mouse-right_hover.png) top left no-repeat;
}

/*** Controls umfunktioniert zur Textanzeige ***/
.mb-controls {
	text-align:left;
	position:absolute;
	width:130px;
	z-index:100;
	left:860px;
	top:0;
}
#illustration .mb-controls {
	width:500px;
	left:0px;
	top:545px;
}
#illustration.variant .mb-controls {
	position:relative;
	top:0;
	margin-top:25px;
}
#illustration.logos .mb-controls {
	top:305px;
}
#webdesign .mb-controls {
	left:795px;
	margin-top:-15px;
}
.mb-controls a {
	font-size:12px;
	display:none;
	text-decoration:none;
	outline:0;
	line-height:150%;
	cursor:default;
}
.mb-controls a:hover {
	color:#000;
}
.mb-controls a.current {
	display:inline-block;
}
.mb-controls a p {
	border-bottom:1px solid #000;
    margin-bottom:8px;
    padding-bottom:8px;
}
#illustration .mb-controls a p {
	border:none;
}
.mb-controls a.show {
	display:inline-block;
	cursor:pointer;
	color:#ec008d;
}
#illustration.logos .mb-panel13, #illustration.logos .mb-panel14 {
	padding-top:150px;
}
.mb-active-slider .mb-controls {

}