.ma-bestseller-vertscroller-wrap .jcarousel-container {
}
#ma-bestseller-vertscroller-right, #ma-bestseller-vertscroller-left {
	height: 5555px !important;
}

.ma-bestseller-vertscroller-wrap  .jcarousel-container-vertical {
    width: 172px;
    height: 345px;
    padding: 0px;
}
.ma-bestseller-vertscroller-wrap  .jcarousel-clip {
    overflow: hidden;
}
.ma-bestseller-vertscroller-wrap  .jcarousel-clip-vertical {
    width: 172px;
    height: 345px;
}
.ma-bestseller-vertscroller-wrap  .jcarousel-item {
    width: 172px;
    height: 130px;
}
.ma-bestseller-vertscroller-wrap .product-image {
	float: right;
	border:1px solid #d7d7d7;
	margin: 0px 0px 0px 10px;
}
.ma-bestseller-vertscroller-wrap .product-name  {
	margin: 0 0 5px;
	font-size:13px;
	font-weight:bold;
	
}
.ma-bestseller-vertscroller-wrap .product-name a{
	color:#464646;
}
.ma-bestseller-vertscroller-wrap .regular-price .price{
	color:#e92c2c;
	font-size:12px;
}
.ma-bestseller-vertscroller-wrap  .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
.ma-bestseller-vertscroller-wrap .block-content li.item {
	width:178px !important;
	height:55px !important;
	padding: 10px;
	border-bottom:1px solid #d7d7d7;
}

/**
 *  Vertical Buttons
 */
.ma-bestseller-vertscroller-wrap .jcarousel-next-vertical, 
.ma-bestseller-vertscroller-wrap  .jcarousel-prev-vertical {
    background: transparent url(../images/arrow-updown.png) no-repeat 0 0;
	width: 60px;
	height: 14px;
	position: absolute;
	left: 35%;
	cursor: pointer;
	display:none !important;
}
.ma-bestseller-vertscroller-wrap .jcarousel-next-vertical {
    bottom: 5px;
	background-position: 0 100%;
}

.ma-bestseller-vertscroller-wrap  .jcarousel-next-vertical:hover,
.ma-bestseller-vertscroller-wrap  .jcarousel-next-vertical:focus {
    background-position: 0 -28px;
}
.ma-bestseller-vertscroller-wrap  .jcarousel-prev-vertical {
    top: 5px;
}
.ma-bestseller-vertscroller-wrap  .jcarousel-prev-vertical:hover,
.ma-bestseller-vertscroller-wrap  .jcarousel-prev-vertical:focus {
    background-position: 0 -14px;
}