/*
 * Wel!Zoom for Wordpress v2.3
 * Copyright 2012  Knut Welzel  (email : knut@welzels.de)
 *
 * welZoom2.css
 *
 * License:       GNU General Public License, v3
 * License URI:   http://www.gnu.org/licenses/quick-guide-gplv3
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.

 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 * 
 * For details, see htp://www.welzels.de/welzoom2/
 *
 */
 
#wZ2box {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 99;
}

#wZ2overlay {
	position: fixed;	
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#wZ2preView, #wZ2view {
	position: absolute;
	border-style: solid;
	background: url('images/thumbnail-bg.png') repeat-x;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-opera-border-radius: 8px;
	-khtml-border-radius: 8px;
	overflow:hidden;
	text-align: left;
   -moz-box-shadow: 0px 0px 3px #a2a2a2;
   -webkit-box-shadow: 0px 0px 3px #a2a2a2;
}

#wZ2preView img, #wZ2view img {
/*	position: relative;
	top: -100%;
/*	left: 8px;
	top: 8px;*/
}

#wZ2icon {
	position: relative;
	top: -100%;	
}

#wZ2preView div, #wZ2view div {
	width: 100%;
	height: 100%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-opera-border-radius: 8px;
	-khtml-border-radius: 8px;
}

#wZ2close {
	position: absolute;
	top: 16px;
	left: 16px;
	height: 24px;
	width: 24px;
	cursor: pointer;
}

#wZ2navigator {
	position: absolute;
	height: 20px;
	top: 16px; 
	right: 16px;
	border: 2px solid #ffffff;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-opera-border-radius: 12px;
	-khtml-border-radius: 12px;
}

#wZ2navigatorLeft {
	cursor: pointer; 
	position: relative; 
	border-right:2px solid #FFFFFF;
	top: 0px; 
	left: 0px;
}

#wZ2navigatorText {
	font-size:12px; 
	margin:0px; 
	position:relative; 
	top:-6px; 
	left:0px; 
	height:20px;
	padding: 2px;
}

#wZ2navigatorRight {
	cursor: pointer; 
	position:relative; 
	border-left:2px solid #FFFFFF;
	top:0px; 
	left:0px;
}
