/**
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the license
 * that is bundled with this package in the file LICENSE.txt.
 * If you did not receive a copy of the license, please send an email
 * to info@temgra.com so we can send you a copy immediately.
 *
 * @copyright Copyright (c) 2009 temgra.com - Templates and Graphics Online Store (http://www.temgra.com)
 * @license   http://www.temgra.com/license
 * 
 */
.zoom-thumbnail{position:relative;}

#zoom{
	position:absolute;
	left:50px;
	top:50px;
	width:280px;
	height:280px;
	z-index:100;
	visibility:hidden;
	background-color:transparent;
	background-image:url('../images/zoomBackground.png');
	background-repeat:no-repeat;
	border:none;
	padding-top:6px;
	padding-left:6px;
}

