#promotions .product {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    padding: 0;
}
#promotions .slide {
    position: absolute;
    left: 0;
    text-align: center;
    width: 250px;
}
#promotions .slide a {
    color: #888 !important;
    text-decoration: none !important;
}
#promotions .slide a img {
    border: 0 !important;
}
