@charset "UTF-8";

#msdHero{
	position:relative;
	width:980px;
	height:440px;
	overflow:scroll; /* Overwrite to "hidden" by JS */
	margin:0 0 22px 0;
	padding:0;
}
#msdHero a{
	border:none;
}
#msdHContainer{
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}
#msdHContainer .msdHeroSlider{
	position:relative;
}
#msdHContainer .msdHsBG{
	z-index:0;
}
#msdHeroThumbnail{
	position:absolute;
	top:350px;
	left:480px;
	z-index:2;
}
#msdHeroThumbnail ul{
	margin:0;
	padding:0;
	list-style:none;
	letter-spacing:-1em;
}
#msdHeroThumbnail ul li{
	position:relative;
	display:inline-block;
	margin:0 8px 0 0;
	padding:0;
	list-style:none;
	letter-spacing:normal;
}
#msdHeroThumbnail ul li a:hover{
	opacity:0.7;
}
#msdHeroThumbnail ul li p{
	display:none;
	white-space: nowrap;
	position: absolute;
	text-align:center;
	color:#ffffff;
	font-weight:bold !important;
	font-family: "Meryo UI","MS PGothic", "MS Gothic", Arial, Helvetica, sans-serif;
	font-size:110%;
	letter-spacing:0.05em;
}
#msdHeroThumbnail ul li a:hover+p{
	display:block;
}
