	/*
	 * iPhone Vertical CSS layout rules.
	 */
	#ds_cover_art
	{
		width	: 185px;
		height	: 185px;
	}


	#ds_title_1
	{
		font-size	: 14pt;
	}

	#ds_album_1
	{
		font-size	: 12pt;
	}

	#ds_artist_1
	{
		font-size	: 12pt;
	}


	/*
	 * ui.control.topRowDiv
	 */

	/*
	 * Progress circle.
	 */
	#progressId
	{
		top	: 200px;
		left	:  20px;
	}

	/*
	 * ui.control.volumeIdDiv
	 */
	#volumeId
	{
		top	: 200px;
		left	: 100px;
	}




	/*
	 * 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		: 220px;
		top		: 70px;
		bottom		: auto;
		font-size	: 72pt;
	}

	#previousDivId
	{
		left		: 10px;
		top		: 290px;
		bottom		: auto;
		font-size	: 32pt;
	}

	#nextDivId
	{
		left		: 90px;
		top		: 290px;
		bottom		: auto;
		font-size	: 32pt;
	}


	#randomDivId
	{
		left		: 170px;
		top		: 290px;
		bottom		: auto;
		font-size	: 32pt;
	}

	#repeatDivId
	{
		left		: 250px;
		top		: 290px;
		bottom		: auto;
		font-size	: 32pt;
	}
