@import url('magicslideshow.core.css');
@import url('magicslideshow.default.css');


/* 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;
}
*/

.hidden-important {
    display: none !important;
}
/*
#center_column, #left_column, #right_column {
    overflow: visible !important;
}
*/
#primary_block #image-block {
    height: auto;
}

/*
div.MagicSlideshow {
    margin: auto;
}
.mss-slide-img {
    border: none !important;
}
*/
/* for homepage slideshow */
body#index .MagicToolboxContainer {
    margin-bottom: 20px;
}
body#index .MagicToolboxContainer .MagicSlideshow {
    margin-bottom: 10px;
}
/* for product page slideshow's thumbnails */
/* .pb-left-column #image-block img */
#image-block .MagicSlideshow img {
    width: auto;
}

