body { margin: 0; padding: 0;}
ul { list-style-type: none; margin: 0; padding: 0;}

img{cursor:pointer; cursor:hand; border: none;}

#ad { background:url("images/background_300x250.jpg") no-repeat; cursor:pointer; cursor:hand;}

.nav {  }
.nav li { float: left; padding-bottom:0px; }
.nav li a { display: none; }

.nav_contents { position: relative;}
.nav_contents .content { position: absolute; width: 130px; height: 250px; top: 67px; left: 155px;}
.nav_content .content { width: 128px; height: 250px; padding: 0px 0px 0 0px; }
.nav_content .content .viewport { width: 100%; height: 100%; overflow: hidden; }

.items, .item { height: 100%; width: 100%;}
.item { cursor: pointer; font-family: Century Gothic, Helvetica, Arial; font-size: 11px; line-height: 12px; position: relative; top:1px; margin-top:  0px; }
.item .item_image { margin-left: 14px; }
.item .item_name { width: 120px; padding-top: 7px; padding-bottom: 6px; font-size: 11px !important; color: #ef8200; line-height: 12px !important; text-align: center;  }
.item .item_price, .item .item_from, .item .item_sale, .item .item_sale_price  { display: inline; vertical-align: middle; width: 130px; }
.item .item_price {font-size: 14px; color: gray; line-height: 14px;}
.item .item_sale_price { font-size: 12px; color: red; line-height:14px;}
.item .item_from { font-size: 13px; color: red; }
.item .item_sale { position: absolute; top: 155px; right: 1px; background-image: url(images/sale.jpg); width: 37px; height: 16px; border: 0; }

.nav_arrows { position: absolute; top: 94px; left: 0px; width: 130px; }
.nav_arrows li { position: absolute; top: 0; background-image: url("images/arrows.png"); background-repeat: no-repeat;}
.nav_arrows li.nav_previous { left: -10px; }
.nav_arrows li.nav_next { right: -10px; background-position: -12px 0;  }
.nav_arrows li a { display: block; width: 15px; height: 65px; text-indent: -999em; }
.nav_arrows li.nav_previous a { }
.nav_arrows li.nav_next a { }

.sale_span {color: red;}
.no_sale_span {color: black; font-weight: bold;}

.item_price{
    width: 123px !important;
    position: relative;
    float: left;
    text-align: center;
}
.item_sale_price{
    width: 130px !important;
    position: relative;
    float: left;
    text-align: center;
}