body {
	margin: 0;
	padding: 0;
	background-color: #B18A44;
	font: normal normal 8.5pt Arial, Helvetica, sans-serif;
	color: #FCECCF; 
}

a { text-decoration: none; color: #FCECCF; }
a:hover { text-decoration: underline; }

ul, li { margin: 0; padding: 0; }

/* *** format Paysage *** */

#playerLandscape {
	margin: auto 0;
	width: 509px;
	height: 414px;
	padding-top: 12px;
	padding-left: 14px;
}

#myGalleryLandscape {	
	width: 480px !important;
	height: 321px !important;
	border: none !important;
}

#playerLandscape h1 { font: normal normal 8.5pt Arial, Helvetica, sans-serif; color: #FCECCF; margin: 1em 0 0 0; padding: 0; }

#playerLandscape ul { margin: 25px 0 0 0; padding: 0; }
#playerLandscape ul li { display: inline; list-style: none; margin: 0; padding: 0; float: left; }
#playerLandscape ul li a { display: block; }
	#playerLandscape ul li a.previous	{ width: 16px; height: 16px; background: url("../img/previous.gif") left top no-repeat; margin-right: 16px; }
	#playerLandscape ul li a.pause		{ width: 16px; height: 16px; background: url("../img/pause.gif") left top no-repeat; margin-right: 16px; }
	#playerLandscape ul li a.next		{ width: 16px; height: 16px; background: url("../img/next.gif") left top no-repeat; margin-right: 385px; }
	#playerLandscape ul li a.close		{ width: 15px; height: 16px; background: url("../img/close.gif") left top no-repeat; }
#playerLandscape ul li a em { display: none; }

/* *** format Portrait *** */

#playerPortrait {
	margin: auto 0;
	width: 412px;
	height: 575px;
	padding-top: 15px;
	padding-left: 15px;
}

#myGalleryPortrait {
	width: 383px !important;
	height: 496px !important;
	border: none !important;
}

#playerPortrait h1 { font: normal normal 8.5pt Arial, Helvetica, sans-serif; color: #FCECCF; margin: 1em 0 0 0; padding: 0; }

#playerPortrait ul { margin: 15px 0 0 0; padding: 0; }
#playerPortrait ul li { display: inline; list-style: none; margin: 0; padding: 0; float: left; }
#playerPortrait ul li a { display: block; }
	#playerPortrait ul li a.previous	{ width: 16px; height: 16px; background: url("../img/previous.gif") left top no-repeat; margin-right: 16px; }
	#playerPortrait ul li a.pause		{ width: 16px; height: 16px; background: url("../img/pause.gif") left top no-repeat; margin-right: 16px; }
	#playerPortrait ul li a.next		{ width: 16px; height: 16px; background: url("../img/next.gif") left top no-repeat; margin-right: 288px; }
	#playerPortrait ul li a.close		{ width: 15px; height: 16px; background: url("../img/close.gif") left top no-repeat; }
#playerPortrait ul li a em { display: none; }

