/* SPIELBERICHT CAROUSEL */

.navigation ul {
	border:0;
	margin:0;
	padding:0
}
.h3_spielbericht {
font-size:11px;
font-size:11px;
font-weight: bold;
color: #006600;
}
.jcarousel-container {
	position:relative;
	right: 30px;
}
.jcarousel-clip {
	z-index:2;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
}
.jcarousel-list {
	z-index:1;
	overflow:hidden;
	position:relative;
	top:0;
	left:0;
	margin:0;
	padding:0;
}
.jcarousel-list li, .jcarousel-item {
	float:left;
	list-style:none;
	width:240px;
	height:218px;
	padding:10px 30px 0px 30px;
}
.jcarousel-container-horizontal {
	width:240px;
	padding:10px 30px 0px 30px;
}
.jcarousel-clip-horizontal {
	width:240px;
	height:100px;
}
.jcarousel-item-horizontal {
	margin-right:10px;
}
.jcarousel-next-horizontal {
	position:absolute;
	top:30px;
	right:0;
	width:16px;
	height:50px;
	cursor:pointer;
	background:transparent url(/images/arrow_right.gif) no-repeat 0 0;
}
.jcarousel-prev-horizontal {
	position:absolute;
	top:30px;
	left:2;
	width:16px;
	height:50px;
	cursor:pointer;
	background:transparent url(/images/arrow_left.gif) no-repeat 0 0;
}
.jcarousel-next, .jcarousel-prev {
	z-index:3;
	display:none;
}
.jcarousel-next-disabled-horizontal, .jcarousel-next-disabled-horizontal:hover, .jcarousel-next-disabled-horizontal:active, .jcarousel-prev-disabled-horizontal, .jcarousel-prev-disabled-horizontal:hover, .jcarousel-prev-disabled-horizontal:active {
	cursor:default;
	background-position:-96px 0;
}