/*
	 * iPad Vertical CSS
	 */
	#ds_cover_art
	{
		width	: 600px;
		height	: 600px;
	}

	/*
	 * ui.control.topRowDiv
	 */

	/*
	 * Progress circle.
	 */
	#progressId
	{
		top	: 650px;
		left	: 110px;
	}

	/*
	 * ui.control.volumeIdDiv
	 */
	#volumeId
	{
		top	: 650px;
		left	: 195px;
	}


	/*
	 * ui.controls pause/play, previous, next, shuffle, repeat
	 *
	 * Note that all these controls are positioned `fixed` as they do not necessarily occure next to
	 * each other on the UI.
	 * 
	 */

	/*
	 * Controls [Note most of the CSS for these controls is in ios_common.css]
	 */
	#pausePlayDivId
	{
		left		: 650px;
		top		: 270px;
		bottom		: auto;
		font-size	: 72pt;
	}

	#previousDivId
	{
		left		: 410px;
		top		: 665px;
		bottom		: auto;
		font-size	: 32pt;
	}

	#nextDivId
	{
		left		: 490px;
		top		: 665px;
		bottom		: auto;
		font-size	: 32pt;
	}


	#randomDivId
	{
		left		: 570px;
		top		: 665px;
		bottom		: auto;
		font-size	: 32pt;
	}

	#repeatDivId
	{
		left		: 650px;
		top		: 665px;
		bottom		: auto;
		font-size	: 32pt;
	}
