@charset "UTF-8";
#img-box1 {
	height: 185px;
	width: 280px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
	float: left;
	-webkit-transition: all 1ms ease-out 1ms;
	-o-transition: all 1ms ease-out 1ms;
	-moz-transition: all 1ms ease-out 1ms;
	transition: all 1ms ease-out 1ms;
}
#img-box1:target {
	-webkit-transform: scale(1.5,1.5);
	-o-transform: scale(1.5,1.5);
	-moz-transform: scale(1.5,1.5);
	transform: scale(1.5,1.5);
}
