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

/* CSS class for thumbnail link <A> */
.MagicThumb {
    cursor: url(cursor/zoomin.cur), pointer;
    outline: none;
	border: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:none ; outline: none; }

/* CSS class for the big image while zooming */
.MagicThumb-image { border: none; outline: none; }

/* 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: #777777;
    background-color: none;
    border: none;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10px;
    padding: 5px;
}



