﻿#easy_zoom {
    width:280px;
    height:500px;
    border:5px solid #d45a5b;
	border-radius: 4px;
    background:#fff;
    color:#333;
    position:absolute;
    top:0px;
    left:520px;
    overflow:hidden;
    -moz-box-shadow:0 2px 10px rgba(0,0,0,0.3);
    -webkit-box-shadow:0 2px 10px rgba(0,0,0,0.3);
    box-shadow:0 2px 10px rgba(0,0,0,0.3);
    /* vertical and horizontal alignment used for preloader text */
    line-height:400px;
    text-align:center;
    z-index: 99999;
}
#easy_zoom img 
{
	max-width: none; 
	height: auto;
}