$(document).ready(function() {
	
	/*$('.control-fin-market li').hover( function(){
		$(this).children().css('border-color','#A5893F');
		$('.active-market').children().css('border-color','#fff');
		$(this).prev('li').children().css('border-color','#A5893F');
		$(this).prev('.active-market').children().css('border-color','#fff');
	},
	function(){
		$(this).children().css('border-color','#fff');
		$(this).prev('li').children().css('border-color','#fff');
		$('.active-market').prev('li').children().css('border-color','#A5893F');
	});*/
	$('.active-market').prev('li').children().css('');
	//$('.fin-market-wrap').hide();
	//$('#fin-market-forex').show();
	
	//financial market - toggle markets
	
	//Border issues
	$('.current-news').prev().children().addClass('last');
	$('.tech-level td:first-child').css({ 'background':'#fff','text-align':'left','padding-right':'0' });
});

