/*


   Magic Touch™
   
   www.magictoolbox.com/magictouch
   
   Copyright 2009 Magic Toolbox


*/



/* Style for thumbnail link <A> */
.MagicTouch {
	display: inline-block !important;
	cursor: url(/static/images/zoomin.cur), pointer;
	outline: 0 !important;
}

/* Style for the thumbnail link <A> when the big image is zoomed */
.MagicTouch-expanded-thumbnail {
 cursor: default; 
}

/* Style for span inside the thumbnail <A> */
.MagicTouch span { 
 display: none !important;
}

/* Style for the thumbnail image */
.MagicTouch img {
 border: 1px solid #ccc;
 outline: 0;
}

/* Style for the big image while zooming */
.MagicTouch-expanded { 
	cursor: url(/static/images/zoomout.cur), pointer;
	background: transparent;
	border: 0px solid #ccc;
	outline: 0 !important;
	padding: 0;
}

/* Style for the caption under the big zoomed image */
.MagicTouch-caption {
 color: #eef0ef;
 font: normal 8pt Verdana, Helvetica;
/*  background: #F0F0F0;  */
 text-align: left;
 padding: 8px;
 border: 0 !important;
 outline: 0 !important;
}

/* Style for the loading message box */
.MagicTouch-loader {
	border: 1px solid #000000;
	background: #ffffff url(/static/images/loader.gif) no-repeat 2px 50%;
	padding: 2px 2px 2px 22px;
	margin: 0;
	text-decoration: none;
	text-align: left;
	font-size: 8pt;
	font-family: sans-serif;
}

.MagicTouch-bgfader iframe {
 display: none;
}