/*
 * jQuery Nivo Zoom v1.0
 * http://nivozoom.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * April 2010
 */
 
.nivoZoomHover {
	position:absolute;
    background-image: url("/components/cat/images/icons/zoom.png");
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-origin: padding-box;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto auto;background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto auto;
    position:absolute;
    top:0;
    left:0;
    z-index:9;
    width:100%;
    height:100%;
    cursor:pointer;
}
.nivoZoom{
    max-width: 100%;
}
.nivoCaption {
	display:none;
	position:absolute;
	z-index:110;
	text-align:center;
	background:#010101;
	color:#fff;
	padding:4px 0;
	overflow:hidden;
}
.nivoLarge {
    max-width: 500px;
    max-height: 500px;
}