/**
 * @version    1.6.0.0 September 9, 2011
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright   Copyright (C) 2007 - 2011 RocketTheme, LLC
 * @license    http://www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License
 */
 
a.product-image img { border: 1px solid #DDD;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 8px;
}

a.rounded_m {
    display: inline-block;
    margin-bottom: 10px;
}

/* XL */
.product-image span.round-xl { background: url(../images/bottom-shadow-xl.png) no-repeat 50% 100%; display: block; height: 215px; left: 0; margin: 0 0 10px -2px; position: absolute; top: 0; width: 215px; }

/* L */
.product-image span.round-l { background: url(../images/bottom-shadow-l.png) no-repeat 50% 100%; display: block; height: 165px; left: 0; margin: 0 0 10px 10px; position: absolute; top: 0; width: 152px; }

/* M */
.product-image span.round-m { background: url(../images/bottom-shadow-m.png) no-repeat 50% 100%; display: block; height: 100px; left: 0; margin: 5px 0 10px 2px; position: absolute; top: 0; width: 92px; }

/* Product Scroller */
.scrollable-container .product-image img { padding: 0 !important; }
.scrollable-container a.product-image { position: relative; display: inline-block; }
.scrollable-container .product-image img.tooltipped { margin-bottom: 0 !important; }
.scrollable-container .product-image span.round-m { height: 95px; margin: 0 0 10px 2px; }

/* Cart Scroller */
div.cart-scrollable .product-image span.round-m { margin: 10px 0 0 55px; }

