
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	left:20px;
	height:230px;
}

.jScrollPaneContainer #team-list{margin-left:0;}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	left: 0;
	bottom: 0;
	width: 100%;
	background: transparent url(images/linia.gif) repeat-x 0 0;
}

.jScrollIntervalTrack { 
	position: absolute;

}

.jScrollPaneDrag {
	position: absolute;
	background: transparent url(images/suwak.gif) no-repeat 50% 2px;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragLeft {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background: transparent url(images/suwak-l.gif) no-repeat 0 2px;
	width:3px;
}
.jScrollPaneDragRight {
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
	background: transparent url(images/suwak-r.gif) no-repeat 0 2px;
	width:3px;
}
a.jScrollArrowLeft {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	/*background-color: #666;*/
	height: 20px;
	width: 19px;
	background:url(images/s-left.gif) 0 0 no-repeat;
	border:none !important;
}
a.jScrollArrowLeft:hover {
	/*background-color: #f60;*/
	border:none !important;
}

a.jScrollArrowRight {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	/*background-color: #666;*/
	height: 20px;
	width: 19px;
	background:url(images/s-right.gif) 0 0 no-repeat;
	border:none !important;
}
a.jScrollArrowRight:hover {
	/*background-color: #f60;*/
	border:none  !important;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
