/*


   Magic Zoom v3.1.19 DEMO
   Copyright 2010 Magic Toolbox
   You must buy a license to use this tool.
   Go to www.magictoolbox.com/magiczoom/


*/
/**********************************************************************************************************************************************/
/*INDIVIDUAL                                                                                                                                  */
/**********************************************************************************************************************************************/       
/* 15.02.2011 mLiKo $110215 Abstand Produktbild/Thumnails												                                      */
/**********************************************************************************************************************************************/



.MagicZoom img {
border:1px solid #DDDDDD;
padding: 0 !important;
margin: 0 !important;
}

/* Style of zoomed window */
.MagicZoomBigImageCont {
border: 1px solid #999;
}

/* Style of header, activated with "title" attribute in <a> tag */
.MagicZoomHeader {
font-size: 8pt !important;
line-height: normal !important;
color: #fff;
background: #666;
text-align: center !important;
}

/* Style of small square under mouse */
.MagicZoomPup {
border: 1px solid #aaa;
background: #fff;
cursor: move;
}

/* Style of message box while image is loading */
.MagicZoomLoading {
border: 1px solid #ccc;
background: #fff url(img/ajax-loader.gif) no-repeat 2px 50%;
padding: 4px 4px 4px 24px !important;
margin: 0;
text-decoration: none;
text-align: left;
font-size: 8pt;
font-family: sans-serif;
color: #444;
}
/* Contaner with main image and selectors container */
div.MagicToolboxContainer {
    text-align: center;
}

/* Main image styles */
div.MagicToolboxContainer a {
    margin: 0 auto;
	float: left;
	/* mLiKo $110215 */
	margin: 0 0 10px 0 !important;
}

a#MagicZoomImagemagictoolbox1 {
	/* --> mLiKo $110215 */
	height: 347px;
	/* <-- mLiKo $110215 */
}

/* Container with selectors*/
div.MagicToolboxSelectorsContainer {
    clear: both;
}

/* Selectors styles */
div.MagicToolboxSelectorsContainer a {
    display: inline-block;
    /* mLiKo $110215*/
	margin: 0; !important; 
}


