﻿/* AnythingZoomer */
.az-wrap, .az-small, .az-large {
	position: relative;
}
.az-wrap-inner {
	display: block;
	margin: 0 auto; /* center small & large content */
	
}
/* This wraps the large image and hides it */
.az-zoom {
	background: none;
	border: #fff 1px solid;
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	height: 400px;
	overflow: hidden;
	z-index: 100;
	display: none;
	
}
/* Class applied to az-mover when large image is windowed */
.az-windowed {
	overflow: hidden;
	position: absolute;
	
}
/* Class applied to az-mover when large image is fully shown */
.az-expanded {
	height: auto;
	width: auto;
	position: static;
	overflow: visible;
}

/* overlay small area */
.az-overlay {
	background-color: #000;	
	opacity: 0.2;
	filter: alpha(opacity=30);
	z-index: 10;
}

#WzTtDiV p {padding-left: 1rem;}
#WzTtDiV div, #WzTtDiV span {padding-left: 1.7rem;}
