/* Default MovingBoxes wrapper size */
/*# 1.1 TEMP SLIDER #*/
.personname{
	font-size: 24px;
	color: #8CAD38;
	margin: 0 0 3px 0;
	padding: 0;
	font-weight: normal;
}
.personfunktion {
	color: #F18E00;
	font-size: 14px;
	margin: 0 0 6px 0;
	font-weight: normal;
}


.team_text {
	position: absolute;
	top: 30px;
	left: -270px;
	line-height: 1.5em;
	text-align: left;
	color: #545454;
}
p.slogan {
	position: absolute;
	top: 30px;
	left: 280px;
	width: 300px;
	font-size: 18px;
	line-height: 1.5em !important;
	text-align: left;
}


.mb-panel.current .portrait {
	/*padding: 0 0 0 45px;*/
}
	
.mb-panel .portrait {
	display: block;
	bottom: 0;
	position: absolute;
}
#slider_team li { 
	width: 360px;
	height: 280px;
}
.mb-panel {
    opacity: 0.2;
    filter: alpha(opacity=20);  
	margin-right: 100px !important;
}

.mb-panel.current {
    opacity: 1;
    filter: alpha(opacity=100);
	margin-right: 100px !important;
}

.mb-panel .team_text, .mb-panel .slogan {
	display: none;
}
.mb-panel.current .team_text, .mb-panel.current .slogan  {
	display: block;
}


#movingboxes {
    position: relative;
/*  width: 960px;*/
	min-width:auto;
}
#slider_team { 
/*	width: 960px; */
	min-width:auto;
	height: 280px;
}

/* Default MovingBoxes panel size */
#movingboxes > li {
	/*width: 370px;*/
}

/*** Overall MovingBoxes Slider ***/
.mb-wrapper {
	border: 5px solid #ccc;
	margin: 0 auto;
	position: relative;
	left: 0;
	top: 0;
    border: 1px solid #E9E9E9;
    border-radius: 17px 17px 17px 17px;
}

/* 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: #cdcdcd;*/
}

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

/* 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;
	text-align: center;
}

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

/*** Left & Right Navigation Arrows ***/
a.mb-scrollButtons {
	display: block;
	width: 45px;
	height: 58px;
	/*background: transparent url(../images/arrows.png) no-repeat;*/
	position: absolute;
	top: 50%;
	margin-top: -29px; /* 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-position: left top;
	left: -45px;
}
a.mb-scrollButtons.mb-right {
	background-position: right top;
	right: -45px;
}
a.mb-scrollButtons.mb-left:hover {
	background-position: left bottom;
}
a.mb-scrollButtons.mb-right:hover {
	background-position: right bottom;
}
a.mb-scrollButtons.disabled {
	display: none;
}

/*** Controls added below the panels ***/
.mb-controls {
	margin: 0 auto;
	text-align: center;
	background: #8CAD38;
	position: relative;
	z-index: 100;
	opacity: 1;
}
.mb-controls a {
	position: relative;
	z-index: 150;
	color: #444;
	display: inline-block;
	text-decoration: none;
	padding: 2px;
	height: 18px;
	margin: 0 5px 0 0;
	text-align: center;
	outline: 0;
}
.mb-controls a.current, .mb-controls a:hover {
	color: #fff;
}
.mb-active-slider .mb-controls {
	background: #8CAD38;
}

/* --- zurb --- */
.mb-panel
	{
		overflow:visible !important;
	}

.mb-scrollButtons 
	{
		display:none !important;
	}

@media only screen and (max-width: 767px) /* SMALL */
	{
	
	.mb-wrapper
		{
			position: relative;
			min-width:100%;
			margin-top:60px !important;
		}

	.mb-panel.current .team_text, .mb-panel.current .slogan
		{
			display:none !important;
		}
	
	.mb-controls
		{
			padding-bottom:10px;
		}
	
	}
	
	
@media only screen and (min-width: 768px) /* LARGE */
	{
	.mb-wrapper
		{
			position: relative;
			min-width:100%;
		}
		
	p.slogan
		{
			min-width: 180px;
			width: auto;
			padding-right:25px;
		}
	}
/* --- (zurb) --- */

