.teamJS {
	width: 320px;
	display: none;
}

.holder {
	margin: 0;
	display: block;
	margin-bottom: 20px;
}

.scroll-pane {
	width: 620px;
	height: 337px;
	float: left;
	padding: 0;
	overflow:hidden;
}

ul.blocks {
	padding: 0;
	display: block;
	height: 600px;
}
ul.blocks li {
	width: 154px;
	margin: 0 0 0 0px;
	float: left;
	display: block;
	height: 600px;
}
.blocks img {
	width: 154px;
	height: 206px;
	margin: 0;
	padding: 0;
}
.teamName {
	color: #cccccc;
	margin: -3px 0 0 0;
	padding: 10px 0 0 0;
	font: 12px normal Arial, Helvetica, sans-serif;
	background: #303132;
	width: 154px;
	height: 22px;
	text-align: center;
}

.teamFunktion {
	color: #cccccc;
	margin: 1px 0 0 0;
	font: 12px normal Arial, Helvetica, sans-serif;
	background: #3c3c3c;
	width: 154px;
	height: 56px;
	padding: 10px 0 0 0;
	text-align: center;
}

.teamNOJS {
	width: 620px;
}
.teamImageNOJS {
	margin: 0 0 5px 0;
	float: left;
}
.teamImageNOJS img {
	width: 154px;
	height: 206px;
}



.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #3c3c3c;
}

.jScrollIntervalTrack { 
	position: absolute;

}

.jScrollPaneDrag {
	position: absolute;
	background: url(../img/teamScrollbarDrag.png) repeat-x 0 1px;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragLeft {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragRight {
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
}

a.jScrollArrowLeft {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	height: 16px;
	width: 16px;
	padding: 0 8px 0 0;
	background: url(../img/teamArrowLeft.png) no-repeat;
}
a.jScrollArrowLeft:hover {
	
}

a.jScrollArrowRight {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	height: 16px;
	width: 16px;
	padding: 0 0 0 6px;
	background: url(../img/teamArrowRight.png) no-repeat;
}
a.jScrollArrowRight:hover {
	
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	
}