/***********************************************************************************************
	Map logo branding
************************************************************************************************/
.MapLogo
{
	/* Copntrol where the logo appears */
	right: 14px;
	bottom: 13px;
	
	/* Point to the logo on your Web servers. Also adjust the height and width to match the actual dimensions on your logo */
	background-image: url('http://www.kcrw.com/news/traffic/kcrw_sig_logo.png');
	width: 200px;
	height: 60px;

	/* Leave this setting alone */
	background-position: 0 0;
}

