/* Main Configuration Styles */
.jcarousel-skin-tango .jcarousel-container {background: #fff;}
.jcarousel-skin-tango .jcarousel-container-horizontal {width: 902px; padding: 0 26px;}
.jcarousel-skin-tango .jcarousel-clip-horizontal {margin-left: 19px; width: 861px; height: 261px;}
.jcarousel-skin-tango .jcarousel-item {width: 215px; height: 261px;}
.jcarousel-skin-tango .jcarousel-item-horizontal {}
.jcarousel-skin-tango .jcarousel-item-placeholder {background: #fff; color: #000;}

/* Styles for the display items */

#items-table a:link {text-decoration: underline; color: #175675;}
#items-table a:visited {text-decoration: underline; color: #175675;}
#items-table a:hover {text-decoration: none; color: #008aff;}
#items-table a:active {text-decoration: underline; color: #175675;}


#items-table .prodimage {padding-left: 3px; width: 212px; height: 157px;}
#items-table .prodimage img {max-width: 212px; max-height: 157px;}
#items-table .datacell {width: 212px; height: 104px; padding-left: 3px;}
#items-table .prodname {padding: 0; margin: 0; font-size: 12px; height: 39px; overflow: hidden;}
#items-table .prodcode {padding: 0; margin: 0; font-size: 11.5px;}
#items-table .spcprice {padding: 0; margin: 0; font-size: 14px; font-weight: bold; color: #348bdb;}
#items-table .spcmsg {padding: 0; margin: 0; font-size: 13.5px; font-weight: bold; color: #218c6e;}
#items-table .cellpartition {width: 26px; height: 261px; background: url(sfnt-carousel-cell-partition.png) no-repeat;}



/* Navigation Arrow Buttons */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 109px;
    right: 0;
    width: 26px;
    height: 45px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -26px 0;
}

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

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

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 109px;
    left: 0;
    width: 26px;
    height: 45px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -26px 0;
}

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

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

