.jcarousel-skin-product0 .jcarousel-container {
    -moz-border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;
}

.jcarousel-item a {
	text-decoration:none;
}

.jcarousel-skin-product0 .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-product0 .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-product0 .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-product0 .jcarousel-next-horizontal {
    position: absolute;
    top: 58px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-product0 .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-product0 .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-product0 .jcarousel-next-disabled-horizontal,
.jcarousel-skin-product0 .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-product0 .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-product0 .jcarousel-prev-horizontal {
    position: absolute;
    top: 58px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-product0 .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-product0 .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-product0 .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-product0 .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-product0 .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-product0 .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 78px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-product0 .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-product0 .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-product0 .jcarousel-next-disabled-vertical,
.jcarousel-skin-product0 .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-product0 .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-product0 .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 78px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-product0 .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-product0 .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-product0 .jcarousel-prev-disabled-vertical,
.jcarousel-skin-product0 .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-product0 .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jproductScrollerPrice0 {
	text-align:center;
	border:none;
	margin-top:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#F00;
	padding-top:2px;
	border-color:#FFF;
}

.product-Old-Price {
	color: red;
	text-decoration: line-through;
}