/* Styles for zoom pup window (that one what move with mouse above small image) */
.MagicZoomPup {
    background:     #90a8d6;
    border:         1px solid #022e6f;
}
/* Styles for header on large zoom window */
.MagicZoomHeader {
    background:     #90a8d6;
    font-size: 12px;
}
.MagicZoomPlusHint {
    background:none;
	display: none !important;
}
/* Styles for large zoom window */
.MagicZoomBigImageCont {
    border: 1px solid #90a8d6;
}
/* Style of the expanded image */
.MagicThumb-expanded {
    border: 1px solid #90a8d6;
    border-radius: 5px;
    padding: 5px !important;
}
/* Style of the caption for the expanded image */
.MagicThumb-caption {
    background: #90a8d6;
    color: #fff;
}


/* CSS classes for multiple image selectors */
/* Styles for the inactive selector */
.Selector img {
}
/* Style for the active selector */
.Selector.Active img {
    border: 1px solid #134593;
}
#manufactory{
	border-bottom: 1px solid #eeeeee;
    padding: 10px 0;
    text-align: center;
}
#Zoomer{
	margin: 0 auto;
}