/**********************************************/
/* @name: style.css                           */
/* @date: 19/11/07                            */
/* @desc: JMyCarousel css                     */
/* @auth: kevin@enova-tech.net                */
/**********************************************/
/** General Elements && arrows description  ***/


div.jMyCarousel .prev{
	background: url('../../images/jmycarousel/pfeil_oben.gif') center center no-repeat;
	width:157px;
	height:47px;
	border:0px;
}

div.jMyCarousel .next{
	background: url('../../images/jmycarousel/pfeil_oben.gif') center center no-repeat;
	width:157px;
	height:47px;
	border:0px;
}

div.jMyCarousel .up{
	background: url('../../images/jmycarousel/pfeil_oben.gif') center center no-repeat;
	width:157px;
	height:47px;
	border:0px;
}

div.jMyCarousel .down{
	background: url('../../images/jmycarousel/pfeil_unten.gif') center center no-repeat;
	width:157px;
	height:47px;
	border:0px;
}

div.carousel_container .up,
div.carousel_container .down
{
	width:157px;
	height:47px;
	line-height:47px;
	border:0px;
	padding:7px 0px;

	text-align:center;
	
	background-repeat:no-repeat;
	background-position:center;
}

div.carousel_container .up{
	background: url('../../images/jmycarousel/pfeil_oben.gif') center center no-repeat;
}

div.carousel_container .down{
	background: url('../../images/jmycarousel/pfeil_unten.gif') center center no-repeat;
}

.carousel_container{
	background-image:url(../../images/jmycarousel/galerie_back.gif);
	background-repeat:no-repeat;
	background-position:top;

	width:152px;
	height:475px;
	padding:0px 10px;
}


div.jMyCarousel .slides1_wrap .bxslider_container{
	height: 352px;
}


div.jMyCarousel{
	border:1px solid #000000;
	height: 352px;
}


div.jMyCarousel ul{
	background-image:url(../../images/jmycarousel/filmstreifen.gif);
	background-repeat:repeat-y;
	background-position:top;

	width:152px;
	padding:0px 10px;
}

div.jMyCarousel ul li{ 
	margin:0px;
	border:0px solid #ccc;
	line-height:0px;
	padding:0px;
	padding:0 20px;
}

div.jMyCarousel ul li a{ /* in case of link */
	display:block;
}

div.jMyCarousel ul li img{
	display:block;
	border:0px;
}

























.carousel_container_zubehoer div.jMyCarousel .prev{
	background: url('../../images/jmycarousel/pfeil_oben.gif') center center no-repeat;
	width:157px;
	height:47px;
	border:0px;
}

.carousel_container_zubehoer div.jMyCarousel .next{
	background: url('../../images/jmycarousel/pfeil_oben.gif') center center no-repeat;
	width:157px;
	height:47px;
	border:0px;
}

.carousel_container_zubehoer div.jMyCarousel .up{
	background: url('../../images/jmycarousel/pfeil_oben.gif') center center no-repeat;
	width:157px;
	height:47px;
	border:0px;
}

.carousel_container_zubehoer div.jMyCarousel .down{
	background: url('../../images/jmycarousel/pfeil_unten.gif') center center no-repeat;
	width:157px;
	height:47px;
	border:0px;
}

.carousel_container_zubehoer .up,
.carousel_container_zubehoer .down
{
	height:157px;
	width:47px;
	line-height:157px;
	border:0px;
	padding:0px 7px;

	text-align:center;
	
	background-repeat:no-repeat;
	background-position:center;
}

.carousel_container_zubehoer .up{
	float:left;
	background: url('../../images/jmycarousel/pfeil_links.gif') center center no-repeat;
}

.carousel_container_zubehoer .down{
	background: url('../../images/jmycarousel/pfeil_rechts.gif') center center no-repeat;
	float:right;
}

.carousel_container_zubehoer {
	height:152px;
	width:100%;
	padding:10px 0px;
}


.carousel_container_zubehoer div.jMyCarousel .slides1_wrap .bxslider_container{
	width: 100%;
}


.carousel_container_zubehoer div.jMyCarousel{
	border:1px solid #000000;
	float:left;
	margin:0px 10px;
}


.carousel_container_zubehoer div.jMyCarousel ul{
	background-image:url(../../images/jmycarousel/filmstreifen2.gif);
	background-repeat:repeat-x;
	background-position:left;

	height:152px;
	padding:10px 0px;
}

.carousel_container_zubehoer div.jMyCarousel ul li{ 
	margin:0px;
	border:0px solid #ccc;
	line-height:0px;
	padding:0px;
	padding:20px 0px;
}

div.jMyCarousel ul li a{ /* in case of link */
	display:block;
}

div.jMyCarousel ul li img{
	display:block;
	border:0px;
}


