	/*
	 * iPhone Horizontal CSS Layout rules.
	 */
	#ds_cover_art
	{
		width	: 215px;
		height	: 215px;
	}

	/*
	 * Album stuff
	 *
	 * _1 is the standard control page
	 * _2 is full screen
	 */

	#ds_title_1
	{
		font-size	: 24pt;
	}

	#ds_album_1
	{
		font-size	: 18pt;
	}


	/*
	 * ui.control.volumeIdDiv
	 *
	 * volumeId is 80Px to the left of progress circle.
	 */

	#progressId
	{
		top	: 75px;
		left	: 215px;
	}

	#volumeId
	{
		top	: 75px;
		left	: 285px;
	}



	/*
	 * 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 thecSS for these controls is in ios_common.css]
	 */
	#pausePlayDivId
	{
		left		: 280px;
		top		: 10px;
		bottom		: auto;
		font-size	: 32pt;
	}

	#previousDivId
	{
		left		: 230px;
		top		: 170px;
		bottom		: auto;
		font-size	: 32pt;
	}

	#nextDivId
	{
		left		: 300px;
		top		: 170px;
		bottom		: auto;
		font-size	: 32pt;
	}


	#randomDivId
	{
		left		: 370px;
		top		: 170px;
		bottom		: auto;
		font-size	: 32pt;
	}

	#repeatDivId
	{
		left		: 440px;
		top		: 170px;
		bottom		: auto;
		font-size	: 32pt;
	}
