iframe#nicovideo {
	width: 495px;
	height: 395px;
	margin-left: 40px;
	overflow: hidden;
}
iframe#searchresult {
	width: 495px;
	height: 395px;
	margin-left: 40px;
}
* html iframe#searchresult {
	position: absolute;
	z-index: 2001;
}
#LB_menu {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #FFF;
	font-size: 10px;
	z-index: 2000;
	display: none;
}
#LB_menu .LB_button {
	padding: 3px 5px;
	border: 1px #FFF solid;
	float: left;
	margin-right: 5px;
	cursor: pointer;
}
#LB_overlay {
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	z-index: 999;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	display: none;
}
#LB_inner {
	z-index: 1000;
	position: absolute;
	display: none;
}

#NP_all {
	width: 578px;
}
#NP_top {
	width: 100%;
	background: url(/images/previews/top.png) left top no-repeat;
	height: 81px;
}
* html #NP_top {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src=/images/previews/top.png);
}
#NP_middle {
	background: url(/images/previews/bak.png) right top;
	width: 100%;
}
* html #NP_middle {
	height: 435px;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale,src=/images/previews/bak.png);
}
#NP_bottom {
	width: 100%;
	background: url(/images/previews/bottom.png) left top no-repeat;
	height: 38px;
}
* html #NP_bottom {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src=/images/previews/bottom.png);
}
h2#NP_title {
	font-size: 14px;
	font-weight: normal;
	padding-top: 53px;
	margin-left: 100px;
}
#NP_menu {
	margin: 0 0 5px 40px;
	font-size: 12px;
}
#NP_menu li {
	list-style: none;
	float: left;
	line-height: 16px;
	background: #FFF;
	margin: 0 5px 0 0;
	border: 1px solid #666;
	padding: 0 3px 0 2px;
}
#NP_menu li.clr {
	float: none;
	background: none;
	border: none;
	clear: both;
	padding: 0;
	margin: 0;
	display: block;
	height: 1px;
	line-height: 1px;
}
#NP_menu a {
	vertical-align: middle;
}
#NP_menu img {
	vertical-align: middle;
	margin-right: 3px;
}


