<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
div.jMyCarousel .prev{
	background: url('../../img/left.png')  center center no-repeat;
	width:70px;
	height:46px;
	border:2px;
}

div.jMyCarousel .next{
	background: url('../../img/right.png') center center no-repeat;
	width:70px;
	height:46px;
	border:2px;
}

div.jMyCarousel .up{
	background: url('../../img/up.png') center center no-repeat;
	width:61px;
	height:40px;
	border:0px;
}

div.jMyCarousel .down{
	background: url('../../img/down.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}


/** Carousel 2 **/
div.jMyCarousel{
	margin:auto;
	min-height: 500px;
	font-size:8pt;
}

div.jMyCarousel .malegende{
	text-align:left;
	text-decoration:none;
	margin-top:2px;
	margin-bottom:10px;
	height:100px;
	overflow:hidden;
}



div.jMyCarousel ul{
	background-color:#fff;
	
}

div.jMyCarousel ul li{
margin-top:0px;
	margin-left:0px;
	margin-right:0px;


	border:0px solid #444;
	/**line-height:10px;**/
	
}

div.jMyCarousel ul li a{ /* in case of link */
	display:block;
	margin:0px;
	padding:0px;
	text-decoration:none;
	color:#333;
}

div.jMyCarousel ul li a img {
	display:block;
	border:0px;
	margin-bottom:2px;
	padding-bottom:0px;
}

div.jMyCarousel ul li div {
	text-align:left;
	text-decoration:none;
	margin-top:2px;
	margin-bottom:10px;
	height:auto;
	min-height: 400px;
	overflow:hidden;
}</pre></body></html>