.curve-border{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
	
.middle{vertical-align:middle;}
.left{
	float:left;
	direction:ltr;
	}
	
/*Backgroun colour*/

.top-news-bg{
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(bottom, #0082C9 0%, #39BAEB 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(bottom, #0082C9 0%, #39BAEB 100%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(bottom, #0082C9 0%, #39BAEB 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0082C9), color-stop(1, #39BAEB));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(bottom, #0082C9 0%, #39BAEB 100%);
	
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to top, #0082C9 0%, #39BAEB 100%);
	}
	
div.morenews 
{ 
display:none; 
}