ul#slider li img {
	margin: 0;
	padding:0;
	float:left;
}
/*
    anythingSlider v1.0
    
    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/
*/


.anythingSlider {
	width: 560px;
	height: 315px;
	position: relative;
	margin:auto;
	top:25px;
}
.anythingSlider .wrapper {
	padding-top:  30px;
	width: 560px;
	height: 315px;
	position: absolute;
	top: -30px;
	left: 0;
	background: #FFF url(../../../../fileadmin/templates/images/layout/bg-produktauswahl.png) no-repeat left 30px;
}
.anythingSlider .wrapper ul {
	width: 99999px;
	list-style: none;
	position: absolute;
	top: 30px;
	left: 0px;
	margin: 0;
	padding:0;
}
.anythingSlider ul li {
	display: block;
	float: left;
	padding: 0;
	height: 315px;
	width: 560px;
	margin: 0;
	position: relative;
}
.anythingSlider .arrow {
	display: block;
	height: 37px;
	width: 25px;
	text-indent: -9999px;
	position: absolute;
	cursor: pointer;
}
.anythingSlider .forward {
	right: -30px;
	background: url(../../../../fileadmin/templates/images/layout/blaetterpfeile-rechts.png) no-repeat 0 -37px;
	top: 263px;
	margin-top: -25px;
}
.anythingSlider .forward:hover {
	right: -30px;
	background: url(../../../../fileadmin/templates/images/layout/blaetterpfeile-rechts.png) no-repeat 0 4px;
	top: 263px;
	margin-top: -25px;
}
.anythingSlider .back {
	left: -22px;
	background: url(../../../../fileadmin/templates/images/layout/blaetterpfeile-links.png) no-repeat 0 -37px;
	top: 15px;
	margin-top: -25px;
}
.anythingSlider .back:hover {
	left: -22px;
	background: url(../../../../fileadmin/templates/images/layout/blaetterpfeile-links.png) no-repeat 0 4px;
	top: 15px;
	margin-top: -25px;
}
/*
  Prevents
*/
.anythingSlider .wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}
.anythingSlider .wrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}
/* NaviButtons Einzelproduk-Bilder */
.prevSingle  {
	display: block;
	height: 37px;
	width: 25px;
	text-indent: -9999px;
	position: absolute;
	cursor: pointer;
	background: url(../../../../fileadmin/templates/images/layout/blaetterpfeile-links.png) no-repeat 0 -37px;
	z-index: 1000;
	margin: 15px 0 0 -22px;
	border: none;
	outline: none;
}
.prevSingle:hover {
	background: url(../../../../fileadmin/templates/images/layout/blaetterpfeile-links.png) no-repeat 0 4px;
}

.nextSingle  {
	display: block;
	height: 37px;
	width: 25px;
	text-indent: -9999px;
	position: absolute;
	cursor: pointer;
	background: url(../../../../fileadmin/templates/images/layout/blaetterpfeile-rechts.png) no-repeat 0 -37px;
	z-index: 1000;
	margin: 263px 0 0 565px;
	border: none;
	outline: none;
}
.nextSingle:hover {
	background: url(../../../../fileadmin/templates/images/layout/blaetterpfeile-rechts.png) no-repeat 0 4px;
}



/* NaviButtons weitere Produkte */
.prevMultiple  {
	display: block;
	height: 37px;
	width: 25px;
	text-indent: -9999px;
	position: absolute;
	cursor: pointer;
	background: url(../../../../fileadmin/templates/images/layout/blaetterpfeile-links.png) no-repeat 0 -37px;
	z-index: 1000;
	margin: 15px 0 0 -30px;
	border: none;
	outline: none;
}
.prevMultiple:hover {
	background: url(../../../../fileadmin/templates/images/layout/blaetterpfeile-links.png) no-repeat 0 4px;
}

.nextMultiple  {
	display: block;
	height: 37px;
	width: 25px;
	text-indent: -9999px;
	position: absolute;
	cursor: pointer;
	background: url(../../../../fileadmin/templates/images/layout/blaetterpfeile-rechts.png) no-repeat 0 -37px;
	z-index: 1000;
	margin: 15px 0 0 557px;
	border: none;
	outline: none;
}
.nextMultiple:hover {
	background: url(../../../../fileadmin/templates/images/layout/blaetterpfeile-rechts.png) no-repeat 0 4px;
}

button::-moz-focus-inner { border: 0; }

