@charset "utf-8";

.mouseoverBorderSample01 {
	margin-bottom: 60px;
}
	.mouseoverBorderSample01 li {
		display: inline;
		margin-right: 5px;
	}

.mouseoverBorderSample01 a:hover img {
	margin: -3px;
	border: solid 3px #9af;
}

/* ---------------------------------------
	for IE6
------------------------------------------- */
* html .mouseoverBorderSample01 a:hover {
	zoom: 1;
}
	* html .mouseoverBorderSample01 a:hover img {
		/* for BackCompat mode
			margin-left: -6px;
			margin-right: -6px;
		over here */
		float: left;
		position: relative;
	}
