﻿#zoom_in_out_img{
	width: 20px;
	height: 20px;
}
.imgActive{
	background: url(../images/pause.png) no-repeat;
}
.imgDeactive{
	background: url(../images/play.png) no-repeat;
}
.zoom{display: block;}
.large{background: none;}
.small{width:99%;}
.large{font-size:16px;} 
.az-wrap,.az-small{
	position: relative;
}
.az-large{
    position: relative;
}
.az-wrap-inner{
	display: block;
    height:auto!important;/* center small & large content */
    width: 100%!important;
}
/* This wraps the large image and hides it */
.az-zoom {
	background: #fff;
	border: #333 1px solid;
	position: absolute;
    margin-left: 85px;
	top: 0;
	left: 0;
	width: 250px;
	height: 110px;
	overflow: hidden;
	z-index: 100;
	display: none;
	-moz-box-shadow: inset 0px 0px 4px #000;
	-webkit-box-shadow: inset 0px 0px 4px #000;
	box-shadow: inset 0px 0px 4px #000;
}
/* 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.3;
	filter: alpha(opacity=30);
	z-index: 10;
}
.az-coords, .az-overly {
	display: none; /* hidden when expanded */
}
.az-zoom .az-coords {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: #000;
	background: rgba(0,0,0,0.5);
	color: #fff;
}