@charset "utf-8";
/* CSS Document */

.img_price{
	filter: Alpha(Opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.img_price:hover{
	filter: Alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}