/*************************
******** Arrows **********
**************************/	
div.jMyCarousel .prev,
div.jMyCarousel2 .prev{
	cursor: pointer;
	width:47px;
	height:61px;
	border:0px;
}
div.jMyCarousel2 .prev {
	background: url('/images/left.png') center center no-repeat;
}
div.jMyCarousel .next,
div.jMyCarousel2 .next{
	cursor: pointer;
	width: 40px;
	height: 61px;
	border: 0;
}
div.jMyCarousel .prev {
	background: url('/images/arrow-r.png') center center no-repeat;
	background-size: 100% 100%;
	height: 60px;
	transform: rotate(180deg);
	width: 60px;
}
div.jMyCarousel .next {
	background: url('/images/arrow-r.png') center center no-repeat;
	background-size: 100% 100%;
	height: 60px;
	width: 60px;
}
div.jMyCarousel2 .next {
	background: url('/images/right.png') center center no-repeat;
}
div.jMyCarousel2 .next,
div.jMyCarousel2 .prev {
	top: 30px !important;
}
div.jMyCarousel .up,div.jMyCarousel2 .up{
	background: url('/js/up.png') center center no-repeat;
	width:61px;
	height:40px;
	border:0px;
}

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

div.jMyCarousel,div.jMyCarousel2 {
	border:0px solid #fff;
	margin: 10px 0 0 0;
	overflow: hidden;
	height: 126px !important;
	clear: both;
}
div.jMyCarousel2 ul{
	height: 126px !important;
}
div.jMyCarousel,
div.jMyCarousel ul {
	height: auto !important;
}

/** carousel 1 **/
div.jMyCarousel2 ul li{
	border:0px solid #fff;
	line-height:0px;
	padding: 5px;
}
div.jMyCarousel2 ul li .current {
	border:2px solid #fbe000;
	line-height:0px;
	padding: 5px;
}

div.jMyCarousel2 ul li a{ /* in case of link */
	display:block;
	border:0px;
}

div.jMyCarousel2 ul li a img{
	display:block;
	border:0px;
	padding: 5px;
	float: none;
	margin: 0;
}
.jMyCarousel .goods-list li {
	margin: 0 3px;
}