/* box realisation */
#box5 div{
	position:absolute;
	background: url(../gfx/bg_content2.jpg) no-repeat;
	width:460px;
	height:180px;
}

#box5 img{
	position:static;
	float:left;
	margin:0 15px 10px 0;
}
.mask{
	position:relative;
	width:460px;
	height:180px;
	overflow:hidden;
}
.mask img{
	position:absolute;
	display:block;
	border:none;
}

#box_news div{
	position:absolute;
	width:270px;
	height:192px;
	
}
.mask_news{
	position:relative;
	width:270px;
	height:192px;
	overflow:hidden;
}