#page.product-detail div.gallery *,
div.gallery *{
    vertical-align: middle;
}

#page.product-detail div.gallery,
div.gallery {
    float: left;
    text-align: center;
    padding: 0 10px 10px 0;
    clear: both;
}

#page.product-detail div.gallery .pretty_photo_image,
div.gallery .pretty_photo_image
{
    text-align: right !important;
    padding: 0 0 0 10px;
}

div.gallery .pretty_photo_image a {
    text-align: right;
    text-decoration: none;
}

div.gallery div a {
    text-align: center;
}

div#page.product-detail div.image {
    width: auto;
}

div#page.product-detail .gallery img,
div.gallery img{
    border: 0;
    float: none;
    margin: 0;
}

div#page.product-detail div.gallery div.main_image,
div#page.product-detail div.gallery div.jcarousel,
div#page.product-detail div.gallery div.jcarousel * {
    padding: 0;
}

div#page.product-detail div.main_image,
div.gallery div.main_image {
    display: table;
    width: 100%;
    float: left;
}

div#page.product-detail div.gallery div.main_image a,
div.gallery div.main_image a {
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    float: none;
}

div#page.product-detail div.gallery a 
{
    float: none;
}