/*
////////////////////////////////////////////////////////////////////////////
//
// Projekt: shop to date 6 ImageZoom Plugin
// Autor: Volker Sauer, (C) 2008
// etor Softwareentwicklung e.K.
// Bottroper Str. 19, 45899 Gelsenkirchen, sauer@etor.de
//
// Datei: ImageZoom Style
// Version: 1
// Art: Css
// Inhalt: Stylesheet für Imagezoom
// Beschreibung: Styles
// Benötigt: Nichts
// Letzte Änderung: 16.09.2008
//
////////////////////////////////////////////////////////////////////////////
*/

/* Rahmen, der den aktuell vergrößerten Bildausschnitt anzeigt */
div.iz_border {
	z-index: 100;
	visibility: hidden;
	position: absolute;
	cursor: move;
	background-image: url(./w2dimagezoom.gif);
	border-color: #ffffff; 
	border-style: solid; 
}

div.iz_container {
	position: absolute;
	overflow: hidden;
	z-index: 100;
	border: 1px solid #DEDEDE; 
}

img.iz_originalimg {
	position: relative;
}

img.iz_preview {
	z-index: 1;
	border: 1px solid #DEDEDE; 
}
