table.buy { margin: 0px 0px 15px; }
table.buy td.discount { width: 120px; vertical-align: bottom; font-size: 28px; font-weight: bold; color: white; background: url('/imgs/discount.png') no-repeat; background-position: bottom center; }
table.buy td.discount span { font-size: 36px; }
table.buy td.discount p { margin: -5px 0px 45px; padding: 0px; font-size: 18px; text-transform: uppercase; }
table.buy td.price { padding-top: 10px; width: 340px; line-height: 21px; font-size: 18px; color: #808080; text-transform: uppercase; }
table.buy td.price span { color: black; font-size: 22px; }
table.buy td.sum { font-size: 30px; text-transform: uppercase; }
table.buy td.sum span { color: #00d7d0; font-size: 60px; }
table.buy input { cursor: pointer; background: url('/imgs/button2.png') no-repeat; border: none; width: 318px; height: 46px; text-align: center; font-size: 24px; text-transform: uppercase; font-weight: bold; color: white; text-shadow: -1px -1px 1px #009691; }

.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
    border: none;
}


.jcarousel-wrapper .photo-credits {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    opacity: .66;
}

.jcarousel-wrapper .photo-credits a {
    color: #fff;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 980px;
    height: 470px;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 190px;
    width: 50px;
    height: 100px;
    text-align: center;
    background: #737471;
    color: #fff;
    text-decoration: none;
    font: 72px Times New Roman, Times, serif;
    font-weight: lighter;
}

.jcarousel-control-prev {
    left: 5px;
}

.jcarousel-control-next {
    right: 5px;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}

/** Carousel Pagination **/

.jcarousel-pagination-dim {
    position: absolute;
    top: 0px;
    left: 0px;
    background: url('/imgs/dim.png') repeat; height: 34px; width: 980px;
} 

.jcarousel-news-dim {
    position: absolute;
    top: 320px;
    left: 40px;
    background: url('/imgs/dim_red.png') repeat; padding: 10px; height: 45px; width: 820px;
    color: white;
    text-align: left;
} 
.jcarousel-news-dim a { color: white }
.jcarousel-news-dim div{
    position: absolute;
    left: 810px;
    cursor: pointer;
    color: white;
    font-weight: bold;
}

.jcarousel-pagination {
    position: absolute;
    top: 6px;
    margin: 0px;
    right: 5px;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    
    font-size: 1px;
    line-height: 10px;
    min-width: 10px;
    
    background: #535653;
    color: #535653;
    border-radius: 14px;
    padding: 3px;
    text-align: center;
    
    margin-right: 5px;
    
    opacity: .75;
    
    text-indent: 0px;
}

.jcarousel-pagination a.active {
    background: #fff;
    color: #fff;
    opacity: 1;
    line-height: 14px;
    min-width: 14px;
                    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
                }