body { margin: 0; padding: 0; } 
.item img {
    cursor: pointer;
    position: relative;
    top: -43px;
}
a img { border: none;} 
ul { list-style-type: none; margin: 0; padding: 0; } 
a:active, a:focus { outline: none; ie-dummy: expression(this.hideFocus=true);}

#ad { background-image: url("images/300x250.gif"); cursor: hand; cursor: pointer;}


.feed_content {
    height: 235px;
    left: 138px;
    position: relative;
    top: 7px;
    width: 148px;
}
.feed_content .viewport {
    height: 250px;
    overflow: hidden;
   
}
.items_main{
    position: relative;
}



.item .shop_btn {
    background-image: url("images/shop.jpg");
    background-repeat: no-repeat;
    border: medium none;
    display: block;
    height: 20px;
    position: relative;
    right: -34px;
    text-indent: -999em;
    text-transform: capitalize;
    top: 12px;
    width: 122px;
}
.item_info {
    position: relative;
    top: -116px;
}

.nav_arrows {
    position: absolute;
    right: -13px;
    top: 91px;
    width: 178px;
}
.nav_arrows li { position: absolute; top: 0; }
.nav_arrows li.nav_previous { left:0px; }
.nav_arrows li.nav_next { right: 0px; }
.nav_arrows li a {
    display: block;
    height: 40px;
    text-indent: -999em;
    width: 40px;
}

.nav_arrows li.nav_next a {
    background-position: -15px 0;
    left: 0px;
    position: relative;
}
.nav_arrows li.nav_previous a:hover { background-position: 0 -30px; }
.nav_arrows li.nav_next a { background-position: -15px 0; }
.nav_arrows li.nav_next a:hover { background-position: -15px -30px; }

.items, .item { height: 100%; }
.item { cursor: pointer; line-height: 14px; text-align: center;}
.item .item_image { margin-left: auto; margin-right: auto; width: 160px; display: table-cell; text-align: center; vertical-align: middle; height: 150px !important;}
.item .item_name {padding-left: 22px; width:111px; vertical-align: middle; text-align: center; font-family: Arial; line-height: 12px; font-size: 11px; font-weight:200; color: #000 }
.item .item_price {font-weight:bold; color:red; font-size: 11px; font-family: Arial;  text-align: center; }

table { width: 100%; height: 100%;}

.nav {height: 100px; width:107px; position:absolute;  top:80px; left: -120px;}
.nav li { float: left; }
.nav li a { display: block; height: 30px; text-indent: -999em; margin-top: 0px; background-image: url("images/menu_new.png"); }


