/*
anythingSlider v1.2

By Chris Coyier: http://css-tricks.com
with major improvements by Doug Neiner: http://pixelgraphics.us/
based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


.tx-jfmulticontent-pi1 .anythingSlider {
	position:relative;
	width:240px;
	min-height:250px;
	margin:0;
	padding:0;
}
.tx-jfmulticontent-pi1 .anythingSlider .wrapper {
	width:240px;
	overflow:auto;
	min-height:250px;
	margin:0;
	left:0;
	top:0;
	position:absolute;
}

/* Width below is max for Opera */
.tx-jfmulticontent-pi1 .anythingSlider .wrapper ul {
	position:absolute;
	top:0;
	left:0;
	width:32700px;
	min-height:250px;
	list-style:none outside none;
	margin:0;
	padding:0;
}
.tx-jfmulticontent-pi1 .anythingSlider ul li {
	display:block;
	float:left;
	padding:0;
	min-height:250px;
	width:240px;
	margin:0;
}
.tx-jfmulticontent-pi1 .anythingSlider .arrow {
	display:block;
	height:175px;
	width:56px;
	text-indent:-9999px;
	position:absolute;
	top:0;
	cursor:pointer;
}
.tx-jfmulticontent-pi1 .anythingSlider .forward {
	background:center center url('/fileadmin/template.v1/_styleimages/icon-blaettern-rechts.gif') no-repeat;
	right:0;
}
.tx-jfmulticontent-pi1 .anythingSlider .back {
	background:center center url('/fileadmin/template.v1/_styleimages/icon-blaettern-links.gif') no-repeat;
	left:0;
}
.tx-jfmulticontent-pi1 .anythingSlider .forward:hover {
	background-image:url('/fileadmin/template.v1/_styleimages/icon-blaettern-rechts-over.gif');
}
.tx-jfmulticontent-pi1 .anythingSlider .back:hover {
	background-image:url('/fileadmin/template.v1/_styleimages/icon-blaettern-links-over.gif');
}

/* NOT IN USE start*/
.tx-jfmulticontent-pi1 #thumbNav {
	position:relative;
	top:323px;
	text-align:center;
}
.tx-jfmulticontent-pi1 #thumbNav a {
	color:black;
	font:12px/15px Arial, Helvetica, Verdana, Sans-Serif;
	display:inline-block;
	padding:2px 8px;
	height:18px;
	margin:0 5px 0 0;
	background:#c58b04 url(images/cellshade.png) repeat-x;
	text-align:center;
}
.tx-jfmulticontent-pi1 #thumbNav a:hover {
	background-image:none;
}
.tx-jfmulticontent-pi1 #thumbNav a.cur {
	background:#e0a213;
}
.tx-jfmulticontent-pi1 #start-stop {
	background:green;
	background-image:url(images/cellshade.png);
	background-repeat:repeat-x;
	color:white;
	padding:2px 5px;
	width:40px;
	text-align:center;
	position:absolute;
	right:45px;
	top:323px;
}
.tx-jfmulticontent-pi1 #start-stop.playing {
	background-color:red;
}
.tx-jfmulticontent-pi1 #start-stop:hover {
	background-image:none;
}
/* NOT IN USE end */

/*
  Prevents
*/
.tx-jfmulticontent-pi1 .anythingSlider .wrapper ul ul {
	position:static;
	margin:0;
	background:none;
	overflow:visible;
	width:auto;
	border:0;
}
.tx-jfmulticontent-pi1 .anythingSlider .wrapper ul ul li {
	float:none;
	height:auto;
	width:auto;
	background:none;
}
