.ma-new-slider-contain {
	float:left;
	background:#fff;
	padding:12px;
	border:1px solid #CFCFCF;
	margin:20px 0;
}
.ma-new-sldier-title { display:none; }
.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 {
	width:203px !important;
	float: left;
    list-style: none outside none;
	text-align:center;
	margin:0 20px 0 0 !important;
	background:url(../images/bg-product.png) 0 100% repeat;
	border-top:1px solid #ebebeb;
	padding:8px 8px 5px;
}
.new-slider .jcarousel-item:hover {
	background: #e6e6e6;
}
.new-slider .jcarousel-item-horizontal {
    margin-right: 0px;
}

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

.new-slider .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
.new-slider .product-image {
	display:inline-block;
	margin:0 0 8px;
	border:1px solid #fff;
}
.new-slider .product-name{
	font-size:16px;
	color:#3a3a3a;
	margin:0 0 10px;
}
.new-slider .price-box{
	float:left;
	margin:0 0 0 5px;
}
.new-slider .actions{
	float:right;
	margin:0 5px 0 0;
}

.new-slider .add-to-links{
	width:201px;
	margin:10px 0 0 -6px;
	float:left;
	background:#b6b5b5;
	padding:7px;
	text-align:left;
}
.new-slider .add-to-links li{
	width:86px;
	float:left;
	background:url(../images/bg-add-to-links.png) 0 50% no-repeat;
	padding:3px 0 0 14px;
}

.new-slider .add-to-links li a{
	color:#fff;
	font-size:12px;
	font-family:Myriad Pro;
}

/**
 *  Horizontal Buttons
 */
.ma-new-slider .jcarousel-next-horizontal {
    position: absolute;
    top: 40%;
    right: -19px;
    width: 28px;
    height: 96px;
    cursor: pointer;
    background: transparent url(../images/next-slider-newproduct.png) no-repeat 0 0;
}

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

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

.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: 0 100%;
}

.ma-new-slider .jcarousel-prev-horizontal {
    position: absolute;
    top: 40%;
    left: -19px;
    width: 28px;
    height: 96px;
    cursor: pointer;
    background: transparent url(../images/prev-slider-newproduct.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: 0 100%;
}

.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: 0 100%;
}

/**
 *  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;
}

