#imgZoom { position: absolute; left: 0; z-index: 100; text-align: center; line-height: 0; }
#imgZoom img { width: auto; height: auto; }
#imgZoom a img { border: none; }

#outerImageContainer { position: relative; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer { padding: 0; }

#hoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav { left: 0; }
#hoverNav a { outline: none; }

#prevLink, #nextLink { width: 33%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; cursor: pointer; }
#prevLink { left: 0; float: left; margin-left: 11px; }
#nextLink { right: 0; float: right; margin-right: 15px; }
#prevLink:hover, #prevLink:visited:hover { background: url(../_gfx/imgzoom/prevlabel.png) left bottom no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../_gfx/imgzoom/nextlabel.png) right bottom no-repeat; }

#closeLink { position: absolute; width: 32px; height: 32px; background: url(../_gfx/imgzoom/close.png) center center no-repeat; display: block; z-index: 210; cursor: pointer; }
#closeLink:hover, #closeLink:visited:hover { background: url(../_gfx/imgzoom/close_hover.png) center center no-repeat; }
#imageContainer>#closeLink { left: -5px; top: -5px; }

#overlay { position: fixed; top: 0; left: 0; z-index: 90; width: 100%; height: 100%; background-color: #000; }


/* ---------------------------------- 
/*  >> IMAGE SIZER ICON  
/* ----------------------------------  */

.thumbnail{
	position: relative;
	background-color: transparent;
	z-index: 9;
}

.thumbnail img {
	border: 0;
	padding: 0;
}

.thumbnail span {
	position: absolute;
	visibility: visible;
	display: block;
	right: 0px;
	left: auto;
	bottom: 2px;
	top: auto;
	width: 19px;
	height: 20px;
	padding: 0;
	margin: 0;
	background-image: url('../_gfx/img_zoom01.png');
}

.thumbnail:hover span {
	width: 23px;
	height: 23px;
	background-image: url('../_gfx/img_zoom01hover.png');
}


/* ---------------------------------- 
 *  >> POPUP SHADOW  
 * ---------------------------------- */

/* top */
#outerImageContainer div.shdw_top { background: url('../_gfx/shadow/top_left.png') top left no-repeat; }
#outerImageContainer div.shdw_top div { background: url('../_gfx/shadow/top_right.png') top right no-repeat; }
#outerImageContainer div.shdw_top div div { background: url('../_gfx/shadow/top.png') top repeat-x; margin-left: 29px; margin-right: 38px; height: 11px; }

/* mid-row */
#outerImageContainer div.shdw_mid { display: table; width: 100%; height: 100%; }
#outerImageContainer div.shdw_mid div.row { display: table-row; }

/* left */
#outerImageContainer div.shdw_mid div.row div.shdw_left { display: table-cell; width: 11px; height: 100%; background: url('../_gfx/shadow/left.png') left repeat-y; }

/* inhalt */
#outerImageContainer div.shdw_mid div.row div.inhalt { display: table-cell; background-color: #fff; background-image: url('../_gfx/imgzoom/loading.gif'); background-repeat: no-repeat; background-position: center center; }
#outerImageContainer div.shdw_mid div.row div.inhalt div { display: block; height: 100%; width: 100%; }

/* right */
#outerImageContainer div.shdw_mid div.row div.shdw_right { display: table-cell; width: 15px; height: 100%; background: url('../_gfx/shadow/right.png') right repeat-y; }

/* bottom */
#outerImageContainer div.shdw_bottom { background: url('../_gfx/shadow/bottom_left.png') bottom left no-repeat; }
#outerImageContainer div.shdw_bottom div { background: url('../_gfx/shadow/bottom_right.png') bottom right no-repeat; }
#outerImageContainer div.shdw_bottom div div { background: url('../_gfx/shadow/bottom.png') bottom repeat-x; margin-left: 29px; margin-right: 38px; height: 15px; }

