.Newsbox {
	background: #fff none repeat scroll 0 0;
	border: medium none !important;
	box-shadow: none !important;
	z-index: 9;
}

.Newsbox.fixed {
	
  
}

.Newsbox .img {
  padding: 5px 10px;
}

.Newsbox .img > img {
  width: 100%;
}

.Newsbox h2 {
	color: #777;
	font-size: 18px;
	line-height: 20px;
	padding: 5px 10px;
}

.Newsbox .text {
	font-size: 14px;
	line-height: 13px;
	padding: 5px;
	white-space: normal;
	word-wrap: break-word;
}


#NewsboxImagepreview{
	position: relative;
	z-index: 20;
	display: none;
}

#NewsboxImagepreview .bg{
	background: #000 none repeat scroll 0 0;
	height: 100%;
	left: 0;
	opacity: 0.8;
	position: fixed;
	top: 0;
	width: 100%;
}

#NewsboxImagepreview img{
	background: #fff none repeat scroll 0 0;
	left: 50%;
	margin-left: -30%;
	max-height: 90%;
	position: fixed;
	top: 5%;
	width: 60%;
}