.ma-new-slider-contain {
	float:left;
	width:626px;
	height: auto !important;
}
.ma-new-slider-title {}
.ma-new-slider-title h2 {
	padding:5px;
}
.ma-new-slider {}
.new-slider .jcarousel-container {
    -moz-border-radius: 10px;
    background: #fff;
    border: 2px solid #000;
}

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

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

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

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

.new-slider .jcarousel-item {
	float: left;
    list-style: none outside none;
	text-align:center;
	border: 1px solid #cccccc;
	width: 206px !important;
	padding: 8px;
}

.new-slider .jcarousel-item-horizontal {
    margin-right: 13px;
}

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

.new-slider .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
.new-slider .product-image {
	display:inline-block;
	border-bottom: 1px solid #fff;
}

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

.ma-new-slider .jcarousel-next-horizontal:hover {
    background-position: 100% 100%;
}

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

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

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

.ma-new-slider .jcarousel-prev-horizontal:hover {
    background-position: 0 100%;
}

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

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

/**
 *  Vertical Buttons
 */
.new-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;
}

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

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

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

.new-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;
}

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

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

.new-slider .jcarousel-prev-disabled-vertical,
.new-slider .jcarousel-prev-disabled-vertical:hover,
.new-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-new-slider .jcarousel-container {
    position: relative;
}
.ma-new-slider .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.ma-new-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-new-slider .jcarousel-next {
    z-index: 3;
    display: none;
}
.ma-new-slider .jcarousel-prev {
    z-index: 3;
    display: none;
}

