﻿/* AnythingZoomer */
.az-wrap, .az-small, .az-large {
	position: relative;
}
.az-wrap-inner {
    display: block;
    margin: 0 auto;
    /* height: auto; */
    height: auto!important;
}
/* This wraps the large image and hides it */
.az-zoom {
	background: #fff;
	border: #333 1px solid;
	position: absolute;
	top: 0;
	left: 0;
	width: 210px;
	height: 150px;
	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-overly {	
	width: 0px !important;
    height: 0px !important;
}*/
/* fade out small content when hovering
.az-hovered > * {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
*/

/* edit mode coordinate styling */
.az-coords {
	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;
}


.zoom      { width: 1349px; }
/*.small img { width: 250px; height: 167px; }
.large img { width: 500px; height: 333px; background: white; }*/


.large {
	width: 1349px;
	height: 1236px; 
	/* width: 100%;
	height: 100%; */
  }
  .large img {
  		width: 150%;
  		height: 150%;
  }
  .large #top-area .column.two {
	width: 65%;
	height:200px;
	margin: 4px 89px;
  }
  .large #top-area .column.three  {
	width: 20%;
	height:200px;
	    margin: 4px 9px;
  }
  .large #trp{
	margin-bottom:0px;
  }