@import url(global.css);
@import url(window.css);
@import url(alone.css);
body {
	background-color: #FFF;
}
.banner {
	position: relative;
	margin-top: 20px;
}
.banner:hover .S_S {
	display: inline-block;
	top: 0px;
	left: 0px;
}
.S_A {
	margin-top: 0px;
}
.S_S {
	display: none;
	text-align: center;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.S_S .pics {
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 2;
}
.S_S .pics img {
	width: auto;
	height:100%;
}
.S_S .bgc {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #000;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}