/* CSS Document */
.area01 {
	width:1000px;
	height:400px;
	overflow:hidden;
}
.box {
	width:1000px;
	position:relative;
	height:400px;
}
.box a {
	float:left;
}

.floor-maskItem {
	position:absolute;
	float:left;
}
.floor-maskItem img {
	float:left;
}

.mask {
	position:absolute;
	left:0;
	top:0;
	background:#000;
	width:200px;
	height:400px;
	opacity:0;
	filter:alpha(opacity=0);
}
.hover .mask {
	background:#000;
	opacity:0.5;
	filter:alpha(opacity=50);
	cursor:pointer;
}
.hover .qq .mask {
	opacity:0;
	filter:alpha(opacity=0);
}