.newSaleTitle{
    font-size: 1em;
    text-transform: uppercase;
    color: #8a8a8a;
    margin-bottom: 0.6em;
    font-weight: bold;
}
.slbg{
    background-color: #f2f2f2;
    padding: 25px 0;
    border-top: 1px solid #E2E2E2;
}
.sliderItem img{
    margin: 10px 0;
}.sliderItem{
    background: #fff;
    border-radius: 7px;
    padding: 5px;
    font-size: 12px;
    text-align: center;
    color: #868686;
    border: 1px solid #E6E6E6;
    height: 102px;
}

.jcarousel-skin-tango .jcarousel-container {
    /*background: url("../images/mi_newsalebody.png") top left no-repeat;*/
    height: 250px;
    width: 698px;
    position: relative;
    padding-top: 5px;
}
.ciname{
    width: 600px;
    left: 32px;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.50);;
    /*right: 30px;*/
    bottom: 50px;
    position: absolute;
    display: block;
    z-index: 999999;
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 2px #000;
}
.ciname a{
    font-family: arial, helvetica, clean, sans-serif;
    color: #fff !important;
}
.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 699px;
    height: 250px;
    padding: 0px 0px;
    margin: 0 auto;
    margin-bottom: 12px;
    margin-top: -30px;
}

.jcarousel-item a{
    color:#787878;
    text-decoration:none;
}
.jcarousel-item b{
    font-weight:bold;
}


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

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 697px;
    height: 250px;
}



.jcarousel-skin-tango .jcarousel-item {
    width: 697px;
    height: 250px;
    /*border: 1px solid #ccc;*/
    text-align: center;
    padding: 0px 0;
    /*border-radius: 5px;*/
    background-color: #fff;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 0px;
    margin-top:14px;
    position: relative;
}

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

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    width: 25px;
    height: 55px;
    top: 100px;
    right: 0px;
    cursor: pointer;
    background: transparent url(../images/sl_right.png) no-repeat;
    /*background-color: #fff;*/
    background-position: center center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background: transparent url(../images/sl_right.png) no-repeat;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    position: absolute;
    width: 25px;
    height: 55px;
    top: 100px;
    right: 0px;
    cursor: pointer;
    background: transparent url(../images/sl_right.png) no-repeat;
    /*background-color: #f5f5f5;*/
    background-position: center center;
}

/*.jcarousel-skin-tango .jcarousel-next-horizontal:active {*/
    /*background-position: -64px 0;*/
/*}*/

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

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    width: 25px;
    height: 55px;
    top: 100px;
    left: -1px;
    cursor: pointer;
    background: transparent url(../images/sl_left.png) no-repeat;
    /*background-color: #fff;*/
    background-position: center center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background: transparent url(../images/sl_left.png) no-repeat;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    position: absolute;
    width: 25px;
    height: 55px;
    top: 100px;
    left: -1px;
    cursor: pointer;
    background: transparent url(../images/sl_left.png) no-repeat;
    /*background-color: #f5f5f5;*/
    background-position: center center;
}

/*.jcarousel-skin-tango .jcarousel-prev-horizontal:active {*/
    /*background-position: -64px 0;*/
/*}*/

/*.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,*/
/*.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,*/
/*.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,*/
/*.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {*/
    /*cursor: default;*/
    /*background-position: -96px 0;*/
/*}*/

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

.jcarousel-skin-tango .jcarousel-next-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

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

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

.jcarousel-skin-tango .jcarousel-prev-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

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