.ma-mostviewed-slider-contain {
	/*float:left;*/
	width:626px;
	background-color:#fff;
	
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding:8px;
}

.ma-mostviewed-slider-title {}
.ma-mostviewed-slider-title h2 {
	padding:5px;
}
.ma-mostviewed-slider {}
.mostviewed-slider .jcarousel-container {
    -moz-border-radius: 10px;
    background: #fff;
    border: 2px solid #000;
}

.mostviewed-slider .jcarousel-container-horizontal {
    width: 1000px;
    padding: 10px 0px;
	padding-left:40px;
	margin:0 auto;
	margin-top:80px
}

.mostviewed-slider .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 0px 0px;
}

.mostviewed-slider .jcarousel-clip-horizontal {
    width:  960px;
    height: 154px;
}

.mostviewed-slider .jcarousel-clip-vertical {
    width:  240px;
    height: 245px;
}

.mostviewed-slider .jcarousel-item {
	float: left;
    list-style: none outside none;
	text-align:center;
}

.mostviewed-slider .jcarousel-item-horizontal {
    margin-right: 0px;
}

.mostviewed-slider .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.mostviewed-slider .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
.mostviewed-slider .product-image {
	display:inline-block;
	margin:0 0 8px;
}

/**
 *  Horizontal Buttons
 */
.ma-mostviewed-slider .jcarousel-next-horizontal {
    position: absolute;
    top: 45%;
    right: -30px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/next-slider.png) no-repeat 0 0;
}

.ma-mostviewed-slider .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.ma-mostviewed-slider .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.ma-mostviewed-slider .jcarousel-next-disabled-horizontal,
.ma-mostviewed-slider .jcarousel-next-disabled-horizontal:hover,
.ma-mostviewed-slider .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.ma-mostviewed-slider .jcarousel-prev-horizontal {
    position: absolute;
    top: 45%;
    left: -30px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/prev-slider.png) no-repeat 0 0;
}

.ma-mostviewed-slider .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.ma-mostviewed-slider .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.ma-mostviewed-slider .jcarousel-prev-disabled-horizontal,
.ma-mostviewed-slider .jcarousel-prev-disabled-horizontal:hover,
.ma-mostviewed-slider .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.mostviewed-slider .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/next-slider.png) no-repeat 0 0;
}

.mostviewed-slider .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.mostviewed-slider .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.mostviewed-slider .jcarousel-next-disabled-vertical,
.mostviewed-slider .jcarousel-next-disabled-vertical:hover,
.mostviewed-slider .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.mostviewed-slider .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/prev-slider.png) no-repeat 0 0;
}

.mostviewed-slider .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.mostviewed-slider .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.mostviewed-slider .jcarousel-prev-disabled-vertical,
.mostviewed-slider .jcarousel-prev-disabled-vertical:hover,
.mostviewed-slider .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}


/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.ma-mostviewed-slider .jcarousel-container {
    position: relative;
}
.ma-mostviewed-slider .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.ma-mostviewed-slider .jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.ma-mostviewed-slider .jcarousel-next {
    z-index: 3;
    display: none;
}
.ma-mostviewed-slider .jcarousel-prev {
    z-index: 3;
    display: none;
}

