
/* NOTE: contaner with main image and selector's container */
div.MagicToolboxContainer {
    text-align: center;
}
div.MagicToolboxContainer.minWidth {
    min-width: 250px;
}

/* NOTE: contaner with message under Magic Slideshow */
div.MagicToolboxMessage {
    text-align: center;
}

/* NOTE: magicscroll makes the image smaller if there is a margin */
/*
.MagicScrollItem a {
    margin: 0 !important;
}
*/

/*
div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer a {
    margin: 0 1px 4px 1px;
}
div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer a {
    margin: 0 1px 4px 1px;
}
*/
/* NOTE: fix fo CubeCart 5.x default theme */
#featured_product div.MagicToolboxContainer, #popular_products div.MagicToolboxContainer {
    text-align: center;
    margin: 5px auto;
}
/* NOTE: fix fo CubeCart 5.x default theme */
#popular_products ul {
    list-style: none;
    text-align: center;
}
/* NOTE: fix fo CubeCart 5.x default theme */
div.category_product div.MagicToolboxWrapper {
    float: left;
    margin-right: 3px;
    text-align: center;
}
/* NOTE: fix fo CubeCart 5.x default theme */
div.latest_product div.MagicToolboxWrapper {
    border: 1px solid #D7D7D7;
    margin-bottom: 5px;
    padding: 8px;
    text-align: center;
}
div.MagicToolboxContainer {
    width: 100%;
    height: 100%;
}
/* NOTE: fix fo CubeCart 5.x default theme */
#product_detail {
    width: 200px;
}
#gallery .MagicToolboxContainer {
    min-width: 300px;
}
div.MagicToolboxSelectorsContainer {
    clear: none;
}
