/* ©2008 MagicToolbox.com. To use this code on your own site, visit http://www.magictoolbox.com */

/* CSS class for thumbnail link <A> */
.MagicThumb {
    outline: none;
}

/* 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 #fff; outline: none; padding: 4px; margin: 5px 8px; }

/* CSS class for the big image while zooming */
.MagicThumb-image { border: 1px solid #004a4a; outline: none; padding: 0; }

/* CSS class for the zoomed big image */
.MagicThumb-image-zoomed { cursor: url(cursor/zoomout.cur), pointer; }

/* CSS class for the caption under the big zoomed image */
.MagicThumb-caption {
    color: #fff;
    background-color: #004a4a;
    border: 1px solid #004a4a;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 13px;
    padding: 8px 16px;
	text-align: center;
}

/* CSS class to enlarge "text" linksr */
.text img {
	padding: 0;
	margin: 0;
}

.MagicThumb: hover { background: none; }

/* CSS class to turn "text" links to an enlarged image */
.MagicThumb.text img {
	margin: 0;
	padding: 0;
	border: 0 !important;
}
