div.sc_menu {
    /* Set it so we could calculate the offsetLeft */
    position: relative;
    /*height: 200px;*/
    /*width: 800px;*/
    overflow: auto;
}

.sc_menu ul.products-grid {
    display: block;
    /*height: 180px;*/
    /* max width here, for users without javascript */
    width: 1500px;
    padding: 15px 0 0 15px;
    /* removing default styling */
    margin: 0;
    list-style: none;
    background-image: none;
    border: none;
}

.sc_menu .products-grid li {
    display: block;
    float: left;
    padding: 12px 10px 30px;
    width: 138px;
    text-align: center;
}

.sc_menu .products-grid li .product-image{
    border: none;
}

.sc_menu a {
    display: block;
}

.products-grid span {
    /*display: none;*/
    text-align: center;
}

.sc_menu .products-grid a:hover span {
    display: block;
}
.gift-product-options{
    margin: 5px 0;
}
.gift-product-options dd{
    margin: 0px;
    padding: 0px;
}
.gift-product-options dt label{
    font-weight: bold;
}