	
	
	#scaScrollContain{
		width:700px;
		height:24px;
		overflow:hidden;
	}
	#scaScroller{
		width:5000px; /* A daft number that will hold all your text on one line... twice... */
		margin-left:0;
		font-weight:normal;
	}
	#scaScroller strong{
		color:#015883;
	}
	#scaScrollingtext1{
		margin-left:350px; /* Half the width of the container (will lose this after first time round) */
		padding:0 350px; /* Half the width of the container */
		float:left;
	}