/* jQuery UI tabs   init js
------------------------------------------ */


$(function(){
	$('#tabs01').tabs();
	$('#tabs01').css('background','url(../../access/traffic/images/car_bg01.gif) no-repeat 0 0');

});

$(function(){
	$('#tabs02').tabs();
	$('#tabs02').css('background','url(../../access/traffic/images/car_bg02.gif) no-repeat 0 0');
});

	var scriptStyle;
	scriptStyle = '<style type="text/css"><!--';
	scriptStyle +='#tabs01 h3,#tabs02 h3 {visibility:hidden;padding-top:0;font-size:0;line-height:0;}';
	scriptStyle +='#tabs01 .tab-list {height:46px;background:url(../../access/traffic/images/car_bg03.jpg);}';	
	scriptStyle +='#tabs01 .tab-list a,#tabs02 .tab-list a  {text-indent:-9999px;}';	
	scriptStyle +='.map-block {margin-bottom:0;border:none;}';	
	scriptStyle +='#tabs01 .tab-list ul li,#tabs01 .tab-list ul li a {width: 153px;}';		
	scriptStyle +='--></style>';
	
	document.write(scriptStyle);
