	/*====================================================================*/
	/* MEDIA QUERIES */
	/*====================================================================*/

	/* FÜR 1325px */

	@media only screen and (min-width: 1325px){
	
	/* PFEILE HEADER */

			#rslides_bullets .prev{
				background-image: url(../images/pfeil_w_prev.png);
				background-size:22px 36px;
				background-repeat:no-repeat;
				height:36px;
				width:22px;
				float:left;
				margin:0 0 0 -62px;
				color:rgba(0,0,0,0.0);
			}
			#rslides_bullets .next{
				background-image: url(../images/pfeil_w_next.png);
				background-size:22px 36px;
				background-repeat:no-repeat;
				height:36px;
				width:22px;
				margin:0 -62px 0 0;
				color:rgba(0,0,0,0.0);
				float:right;
			}
	
	
	/* PFEILE GALLERIE */

		.jcarousel-control-prev-galerie {
			left:-62px;
			background-image:url(../images/pfeil_prev.png);
			background-repeat:no-repeat;
			background-size:contain;
			background-position: left center;
		}

		.jcarousel-control-next-galerie {
			right:-21px;
			background-image:url(../images/pfeil_next.png);
			background-repeat:no-repeat;
			background-size:contain;
			background-position: right center;
		}	
	
	/* PRODUKT BOXEN */
	
		.jcarousel-control-prev-box {
			left:-62px;
			background-image:url(../images/pfeil_prev.png);
			background-repeat:no-repeat;
			background-size:contain;
			background-position: left center;
		}

		.jcarousel-control-next-box {
			right:-22px;
			background-image:url(../images/pfeil_next.png);
			background-repeat:no-repeat;
			background-size:contain;
			background-position: right center;
		}	
	
	
	}