AudioPlayer.setup("/zz_lib/player.swf", {
	initialvolume: 65,		// initial volume level (from 0 to 100)
	noinfo: "no",			// if yes, disables the track information display

	width: 260,			// width of the player. e.g. 290 (290 pixels) or 100%
	transparentpagebg: "yes",	// if yes, the player background is transparent (matches the page background)

	bg: "b8c6d5",			// Background
	leftbg: "232e3b",		// Speaker icon/Volume control background
	lefticon: "ffffff",		// Speaker icon
	voltrack: "ffffff",		// Volume track
	volslider: "b8c6d5",		// Volume slider
	rightbg: "f8b007",		// Play/Pause button background
	rightbghover: "232e3b",		// Play/Pause button background (hover state)
	righticon: "ffffff",		// Play/Pause icon
	righticonhover: "ffffff",	// Play/Pause icon (hover state)
	loader: "232e3b",		// Loading bar
	track: "f2f8ff",		// Loading/Progress bar track backgrounds
	tracker: "f8b007",		// Progress track
	border: "232e3b",		// Progress bar border
	text: "232e3b"			// Text
});

