/*
jQuery Nivo Zoom v1.0
http://nivozoom.dev7studios.com
*/
 
.nivoZoomHover {
	position:absolute;
	top:0px;
	left:0px;
	z-index:9;
	width:100%;
	height:100%;
	cursor:pointer; }

.nivoCaption {
	display:none;
	position:absolute;
	z-index:110;
	font-size: 10px;
	line-height: 11px;
	text-align: left;
	background: #000;
	color: #fff8bb;
	overflow:hidden;
	padding: 2px 1px 4px 1px;
	margin: 19px 0 0 0; }

.nivoCaption p { 
	font-size: 10px;
	line-height: 12px;
	margin: 0 0 0 3px; }

.nivoCaption i { 
	color: #bbb; }

a.nivoZoom {
	border:0 !important; }

a.nivoZoom img { }

a.nivoZoom img.nivoLarge { 
	border: 1px solid #000; }

.nivoZoomHover {
	background:url(media/zoom.png) no-repeat 50% 50%; }

.nivoZoomHover.loading {
	background:url(media/loading.gif) no-repeat 50% 50%;
	border:4px solid #000;
	width:16px;
	height:16px;
	top:43%;
	left:43%;
	opacity:0.8;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px; }
