/*
 * 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;
	top:0px;
	left:0px;
	z-index:9;
	width:100%;
	height:100%;
	cursor:pointer;
}
.nivoCaption {
	display: none;
	position: absolute;
	z-index: 110;
	text-align: center;
	background: #010101;
	color: #fff;
	overflow: hidden;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: bold;
}
a.nivoZoom {
	border:0 !important;
}
a.nivoZoom img {
	
}
a.nivoZoom img.nivoLarge {
	-moz-box-shadow: 0px 0px 80px #494c54;
	-webkit-box-shadow: 0px 0px 80px #494c54;
	box-shadow: 0px 0px 80px #494c54;
	border: 1px solid #757c87;
}
.nivoZoomHover {
	background:url(../images/zoom.png) no-repeat 50% 50%;
}
.nivoZoomHover.loading {
	background:url(../nivo-slider/loading.gif) no-repeat 50% 50%;
	border:4px solid #000;
	width:36px;
	height:36px;
	top:43%;
	left:43%;
	opacity:0.8;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}