/* v1.0 | 20080212 */

/* fancyZoom */

#zoom_table td {
	margin: 0;
	border: none;
}

#zoom {
	z-index: 9999;
}

.image_wrapper {
	position: relative;
	background: url(image_wrapper.png) left bottom;
	float: left;
	top: 7px;
}

.image_wrapper img {
	background: #fff url(image_wrapper.png) left top;
	padding: 14px 13px 0 13px;
	position: relative;
	top: -13px;
}
.paper .image_wrapper img {
	background-color: #f7f8ef;
}
.image_wrapper {
	display: block;
}

a.image_wrapper {
		cursor: pointer;
}

.image_wrapper em {
	display: block;
	width: 33px;
	height: 32px;
	background: url(plus.png) 0px -4px;
	position: absolute;
	right: -4px;
	bottom: -4px;
}

.image_wrapper:hover em {
	background-position: -35px -4px;
}


