@charset "utf-8";
.example-image-h {
	max-height: 200px;	
}
.example-image-w {
	max-width: 300px;
}
.artist {
	margin-left: 150px;
	position: relative;
}
section	img {
	margin-top: 20px;
	margin-left: 30px;
	border: 3px solid #CCC;
	opacity: 1;
	filter:alpha(opacity=100); /* 针对 IE8 以及更早的版本 */			
}

section	img:hover {
	border: 3px solid #999;
	opacity: 0.7;
	filter:alpha(opacity=70); /* 针对 IE8 以及更早的版本 */	
}

