/* Start of CMSMS style sheet 'S - Image Carousel' */
div.JMyCarousel .prev{
	background: url('/lib/jquery/jMyCarousel/img/links.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}

div.JMyCarousel .next{
	background: url('/lib/jquery/jMyCarousel/img/rechts.png') center center no-repeat;
	width:40px;
	height:61px;
	border:0px;
/* left: 500px; */
}

div.jMyCarousel .up{
	background: url('/lib/jquery/jMyCarousel/img/up.png') center center no-repeat;
	width:61px;
	height:40px;
	border:0px;
}

div.jMyCarousel .down{
	background: url('/lib/jquery/jMyCarousel/img/down.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}


div.JMyCarousel{
	border:0px solid #1c6f8e;
}

div.JMyCarousel ul{
	
}

div.JMyCarousel ul li{
	margin-left:25px;
        margin-right:20px;
 	margin-top:5px;
        margin-bottom:5px;
	border:0px solid #ccc;
	line-height:0px;
	padding:0px;
}

div.JMyCarousel ul li a{ /* in case of link */
	display:block;
}

div.JMyCarousel ul li img{
	display:block;
	border:0px;
}
/* End of 'S - Image Carousel' */

