﻿/* copyright 2008 magictoolbox.com. to use this code on your own site, visit http://magictoolbox.com */

/* css class for zoomed area */
.magiczoombigimagecont {
	border: 1px solid #cccccc;
}
/* header look and feel css class */
/* header is shown if "title" attribute is present in the <a> tag */
.magiczoomheader {
	font: 14px tahoma, verdana, arial, sans-serif;
	color: #000000;
	font-weight: bold;
	padding-top: 2px;
	height: 21px;
	background: #f0f0f0;
	text-align: center !important;
}
/* css class for small looking glass square under mouse */
.magiczoompup {
	border: 1px solid #aaa;
	background: #ffffff;
	cursor: hand;
}
/* css style for loading animation box */
.magiczoomloading {
	text-align: center;
	background: #ffffff;
	color: #444;
	border: 1px solid #ccc;
	opacity: 0.8;
	padding: 3px 3px 3px 3px !important;
	display: none; /* do not edit this line please */
}
/* css style for gif image in the loading animation box */
.magiczoomloading img {
	padding-top: 3px !important;
}
/* ©2008 magictoolbox.com. to use this code on your own site, visit http://www.magictoolbox.com */

/* css class for the thumbnail link <a> when the big image is zoomed */
.magicthumb-zoomed {
	cursor: default;
}
/* css class for span inside the thumbnail <a> */
.magicthumb span {
	display: none;
}
/* css class for the thumbnail image */
.magicthumb img {
	border: 1px solid #cccccc;
	outline: none;
}
/* css class for the big image while zooming */
.magicthumb-image {
	border: 1px solid #cccccc;
	outline: none;
}
/* css class for the caption under the big zoomed image */
.magicthumb-caption {
	color: #333333;
	background-color: #f0f0f0;
	border: 1px solid #cccccc;
	border-top: none;
	font-family: verdana, helvetica;
	font-size: 14px;
	padding: 8px 16px;
}
/* css class for the control bar */
.magicthumb-controlbar {
	display: block;
	height: 18px;
}
.magicthumb-controlbar a {
	display: block;
	width: 18px;
	height: 18px;
	margin: 0px 1px;
	outline: none;
	float: left;
	overflow: hidden;
}
/* css class for the loading message box */
.magicthumb-loading {
	border: 1px solid #000000;
	background: #ffffff no-repeat 2px 50%;
	padding: 2px 2px 2px 22px;
	margin: 0;
	text-decoration: none;
	text-align: left;
	font-size: 8pt;
	font-family: sans-serif;
}
