﻿@charset "utf-8";
.slideShow .mainView img {
	zoom: 0.7\9;

	-moz-transform: scale(0.7,0.7)
	translate(0px,0px);

	-webkit-transform: scale(0.7,0.7)
	translate(1px,1px);
	
	-o-transform: scale(0.7,0.7)
	translate(0px,0px);

	-ms-transform: scale(0.7,0.7)
	translate(0px,0px);
	
	box-shadow: 15px 15px 15px #000;
	
	cursor: pointer;
}
.slideShow .mainView img:not(:target) {
	zoom: 1.0\9;
}

.size_change a.img_m {
	box-shadow: 2px 2px 3px 1px #993333 inset;
}
.size_change a.img_m:hover {
	cursor: default;
}
