
div.jMyCarousel .prev{
	background: url('../../img/left.png')  center center no-repeat;
	width:50px;
	height:61px;
	border:1px;
}

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

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;
	height:500px;
	font-size:8pt;
}

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



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

div.jMyCarousel ul li{

	margin-left:2px;
	margin-right:5px;
	margin-bottom:40px;
	margin-top: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:5px;
}

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