.NEWS-BOX {
		margin:5px;
		width: 310px;
		height: 200px;
		overflow: hidden;
		position: relative;
		float:left;
	}
	.NEWS-BOX img {
		position: absolute;
		border: 0;
		width:310px;
		height:200px;
	}
	.NEWS-BOX .CAPTION {
		position: absolute;
		top: 170px;	
		width:300px;	
		padding: 5px;
		cursor: pointer;
		color: #fff;
		background: url(../2984/black.png) repeat;
	}
	.NEWS-BOX .CAPTION h2 {
		margin: 0;
		padding: 0px 0px 15px;
		font-size:18px;
	}
	.NEWS-BOX .CAPTION h2 a {
		text-decoration: none;
		color: #fc6; 
	}
	.NEWS-BOX .CAPTION h2 a:hover {
		text-decoration: underline;
	}