.jcarousel-skin-tango .jcarousel-direction-rtl {
    direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
   width: 650px;
   padding: 20px;
   margin-left:35px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 670px;
	background-color:#ececec;
	padding:10px 0;
}


.jcarousel-skin-tango .jcarousel-item {
    padding-left:0px;
	padding-top: 14px;
    width: 215px;
    height: 344px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right:0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 170px;
    right: 5px;
    width: 23px;
    height: 50px;
    cursor: pointer;
    /*background: transparent url(../images/right.png) no-repeat 0 0;*/
	background: transparent url(../images/r_arrow.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: -23px;
    right: auto;
    /*background-image: url(../images/left.png);*/
	background-image: url(../images/l_arrow.png);
}


.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
{    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 170px;
    left: 0px;
    width: 23px;
    height: 50px;
    cursor: pointer;
    background: transparent url(../images/left.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 0px;
    background-image: url(../images/r_arrow.png);
}
.jcarousel-prev-disabled-horizontal,
.jcarousel-next-disabled-horizontal{
opacity:0.4;
}

#HomeFeaturedProducts .shiptime{ background:url(../images/clock2.png) no-repeat 0 6px;padding-left:24px;height:35px; width:197px;  float:left; line-height:30px; vertical-align:middle;}
#HomeFeaturedProducts .shiprestrict{ background:url(../images/restrict2.png) no-repeat 0 6px;padding-left:25px;height:35px; width:144px;  float:left; line-height:30px; vertical-align:middle;}

#HomeFeaturedProducts .Rating{ 
margin-top:2px !important;
}