/**
 * On mouse over this is the background color.
 */
var HIGHLIGHTED_BCK_COLOR = "#9cf39c";

/**
 * On mouse over this is the color of the characters.
 */
var HIGHLIGHTED_COLOR = "white";

/**
 * The normal text color.
 */
var TEXT_COLOR = "#6b4e3e";

/**
 * The controls properties.
 */
var controlsProperties = {
				playlist : false,
				fullscreen : false,
				buttonColor : '#dfd2d2',
				progressGradient : 'medium',
				volumeSliderGradient : 'none',
				bufferGradient : 'none',
				timeBgColor : '#555555',
				tooltipColor : '#5F747C',
				volumeSliderColor : '#000000',
				backgroundGradient : [ 0.6, 0.3, 0, 0, 0 ],
				sliderColor : '#dedede',
				buttonOverColor : '#6b4e3e',
				backgroundColor : '#9cf39c',
				borderRadius : '0px',
				bufferColor : '#445566',
				durationColor : '#ffffff',
				timeColor : '#9cf39c',
				sliderGradient : 'none',
				progressColor : '#f4d2d2',
				tooltipTextColor : '#ffffff',
				height : 24,
				opacity : 1.0
			};
