.MagicThumb {
    cursor: url(../cursor/zoomin.cur), pointer;
    outline: none;
	z-index: 9999;
}

/* 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 #808080; outline: none; z-index: 9999; }

/* CSS class for the big image while zooming */
.MagicThumb-image { border: 1px solid #cccccc; outline: none; z-index: 999; }

/* CSS class for the zoomed big image */
.MagicThumb-image-zoomed { cursor: url(../cursor/zoomout.cur), pointer; z-index: 999; }

.MagicThumb-caption {
    color: #EFEFEF;
    background-color: #172971;
    border: 1px solid #CCCCCC;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 11px;
    padding: 6px 8px 6px 8px;
	font-weight: bold;
	line-height: 17px;
}