.newList{
	border-bottom:1px solid #D3D3D3;
	width:340px;
	float:left;
	height:100px;
	padding-top:20px;
	}
.newList h1, .newList h2{
	float:left;
	width:255px;
	padding-right:5px;
	}
#board_bottom .persons .newList h2{
	margin-bottom:0;
	}
.newList a,.boxBoard a{
	font-size:10px;
	color:#797979;
	text-decoration:none;
	}
.boxBoard .pictures a.previousPicture, .boxBoard .pictures a.nextPicture{
	display:block;
	background:#FF7C10;
	color:#FFF;
	width:110px;
	height:16px;
	padding:4px 0 0 0;
	float:left;
	outline:none;
	text-align:center;
	font-weight:bold;
	}
.boxBoard .pictures a.nextPicture{
	float:right;
	}
.photo{
	width:75px;
	height:90px;
	float:left;
	margin-right:5px;
	}
.boxBoard{
	position:relative;
	width:675px;
	height:510px;
	padding:10px 15px;
	display:none;
	border:7px solid #8A8A8A;
	background:url(images/board-bg.jpg) repeat-x #FFF;
	}
.boxBoard .closeBoxBoard{
	position:absolute;
	top:10px;
	right:10px;
	width:23px;
	height:23px;
	display:block;
	z-index:3;
	background:url(images/btn-x.jpg) no-repeat;
	}
.boxBoard .boxBoardleft{
		float:left;
		width:425px;		
		}
.boxBoardleft p{
	line-height:16px;
	}
.boxBoard .boxBoardright{
		float:right;
		width:240px;
		margin-top:20px;
		}
.boxBoardleft h1{
	float:none;
	width:auto;
	padding-right:0px;
	font-size:18px;
	color:#FF850C;
	}
.boxBoardleft h2{
	font-size:14px;
	float:none;
	width:auto;
	padding-right:0px;
	color:#676767;
	}
.boxBoardleft p{	
	color:#545454;
	font-size:11px;
	line-height:16px;
	}
.pictures{
	position:relative;
	width:220px;
	height:200px;
	overflow:hidden;
	margin:5px 0 20px;
	background:#CCC;
}
.pictures .item{
	position:absolute;
	top:20px;
	left:0;
	display:none;
	width:220px;
	text-align:center;
	height:200px;
}
.pictures .item a img{
	max-width:240px;
	max-height:240px;
}
/*	shadow	*/
#boardBg {
	position: fixed;
	z-index:-100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
	/*display:none;*/
}

* html #boardBg { 
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#boardItem{
	position: fixed;	
	z-index:120;
	color:#000000;
	display:none;
	text-align:left;	
	width:720px;
	height:545px;
}

* html #boardItem { 
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 16) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}


.newsFlash_inline object{
height: 100%;

}
html{height:100%;}

