﻿.image-zoom {
	position: relative;
}

.image-zoom-out {
}

.image-zoom-over {
	position: relative;
	background: url("../img/zoom.png") no-repeat 50% 50%;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

