/* CSS Document */



.waku {
	height:auto;
	width:auto;
	margin:10px 0 10px 0;
}


.zoom {
	float:left;
	width:123px;
	height:123px;
	position: relative;
}

.zoom img {
	width:123px;
	height:123px;
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	background:#f0f0f0;
	position:absolute;
}

.images {
	margin-left:123px;
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	left: 0;
	top: 0;
}
