div #news .prev{
	background: url('../fancy_left.png') no-repeat;
	width:30px;
	height:30px;
	border:0px;
	cursor:pointer;
}

div #news .next{
	background: url('../fancy_right.png') no-repeat;
	width:30px;
	height:30px;
	border:0px;
	cursor:pointer;
}

