#H-slide
{
	width: 450px;
	height: 390px;
	float: left;
}
#H-slide1
{
	width: 450px;
	height: 300px;
	overflow: hidden;
	position: relative;
	float: left;
}
.H-slide11
{
	width: 450px;
	height: 300px;
	position: absolute;
	left: 0;
	top: 0;
	filter: alpha(opacity=0);
	opacity:0;
	z-index: 10;
	display: none;
}
#H-slide2
{
	width: 450px;
	float: left;
}
#H-slide2 li
{
	width: 102px;
	height: 80px;
	overflow: hidden;
	margin-top: 10px;
	text-align: center;
	cursor: pointer;
	margin-left: 10px;
	display: inline;
	float: left;
}
#H-slide2 li img
{
	border: 1px solid #fff;
	filter: alpha(opacity=50);
	opacity: .5;
	width: 100px;
	height: 60px;
}
#H-slide2 li.action
{
	background: url(../images/arrow-top.png) no-repeat;
}
#H-slide2 li.action img
{
	filter: alpha(opacity=100);
	opacity: 1.0;
}
#H-slide3
{
	width: 450px;
	height: 30px;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -30px;
	z-index: 11;
}
#H-slide3 li
{
	width: 450px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-indent: 10px;
	background: rgba(0,0,0,0.5);
	/*filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#7F000000', endColorstr='#7F000000');
	_background: #000;
	_filter: alpha(opacity = 50);*/
	background: #000;
	filter: alpha(opacity = 50);
	clear: both;
}
:root #H-slide3 li{filter: none;}
#H-slide3 li a,#H-slide3 li a:link,#H-slide3 li a:visited,
#H-slide3 li a:hover,#H-slide3 li a:active
{
	color: White;
}