/* Sample 4*/
#box4{
	position:absolute;

}
#box4 div{
	width:980px;
	height:150px;
	float:left;
	background:#eee;
	font-family:Tahoma;
	font-size:10px;
	color: #666;
	padding-top:5px;

	
}


#box4 h3, #box4 p, #box4 ul{
	padding:5px 10px;
}
#box4 p{
	text-indent:16px;
}
#box4 img{
	width:200px;
	width:150px;
	float:right;
	margin:0 10px 10px 15px;
}


.newsNo { text-align:center;
}

.thumbs{
	width:54px;
}
.thumbs div{
	display:block;
	width:54px;
	height:41px;
	margin:3px 0;
	cursor:pointer;
}

.thumbs div img{
	display:block;
	width:100%;
	height:100%;
	border:none
}


.mask3{
	position:relative;
	width:980px;
	height:200px;
	overflow:hidden;


}

span img{
	display:block;
	border:none;
}




.links {padding:10px;margin-top:20px}
.links a{font-size:14px;color:#0080FF;text-decoration:none}
.links a:hover{font-weight:bold}

#cont{width:550px;margin:0 auto;background:#fff;text-align:left;padding:20px}

.buttons{padding:6px 4px 4px 4px; direction:rtl}
.buttons span{color: #000 ;padding:2px 10px;cursor:pointer;font:10px Tahoma; margin:2px}
.buttons span:hover{background:#48ace5;color:#fff}
.buttons span.active{background:#999999;color:#fff}