.jMyCarousel {
	margin:0 30px; 
	width: 900px !important	;
	position:relative !important;
	bottom:20px;
}
.leftB {
	float:left;
	padding-top:20px;
}
.rightB {
	float:right;
	padding-top:20px;
	padding-right:40px;
}
#blockPromo .prev{
	background: url('/images/cursor_left.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
	z-index:99 !important;
	position:absolute;
}

#blockPromo .next{
	background: url('/images/cursor_right.png') center center no-repeat;
	width:40px;
	height:61px;
	border:0px;
	z-index:99 !important;
	position:absolute;
}

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

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


/** Carousel 2 **/
div.jMyCarousel ul{	
}

div.jMyCarousel ul li{
	margin:3px 4px 3px 3px;
	line-height:0px;
}

div.jMyCarousel ul li h4 {
	display:block;
	width:132px;
	clear:both;
	overflow:hidden;
	height:20px;
}

div.jMyCarousel ul li a{ /* in case of link */
	margin:0px;
	padding:0px;
}

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