  #mmViewerWrapper{
    width:987px;
    height:auto;
  }
  #mmViewerApp{ 
    height:470px; 
    border-left:solid 1px #E0E0E0; 
    border-right:solid 1px #E0E0E0;
    text-align:left;
    margin:0;
    padding:15px;
  }
  #mmViewerApp, #mmCategories, #mmGrayFootbar{
    width:957px;
  }
  #mmCategories{
    height:24px;
    background-color:#0098EA;
    margin:0 0 12px;
    padding:0;
    border:0;
  }
  #mmCategories div{
    position:absolute;
	margin:4px 0 0;
    height:20px;
	width:auto;
    font-size:11px;
    font-weight:bold;
    color:#fff;
    cursor:pointer;
  }
  #mmGalleryTitle{
    font-size:24px;
    font-family:"Trebuchet MS", Verdana, "Helvetica", sans-serif;
    font-weight:bold;
  }
  #mmCategoryTick{
    height:16px;
    width:10px;
    padding:0;
    margin:-16px 0 0 145px;
    position:absolute;
	pointer:arrow;
  }
  
  .mmPlayer, #mmTHEPLAYER{
  	/*float:left;
	clear:none;*/
	position:absolute;
	margin:0;
  	height:365px;
	width:460px;
	background-color:black;
  }
  #mmPLAYERPAGE{
  	position:absolute;
	margin:0;
  	display:none;
  }
  #mmPlaylist{
  	/*float:left;
	clear:right;
	margin:0 0 0 15px;*/
	position:absolute;
	margin:0 0 0 470px;
	width:485px;
	background-color:#909090;
  }
  #mmItemSummary{
    position:absolute;
	/*margin:15px 0 0 25px;*/
	margin:250px 0 0 480px;
	width:455px;
	overflow-y:auto;
	overflow-x:hidden;
  }
  #mmItemSummary div{
    font-weight:bold;
	font-size:13px;
	margin:0 10px 10px 0;
  }

  .mmPLTitle{
  	color:#fff;
	font-weight:bold;
	margin:10px;
  }
  .mmPLContents{
  	background-color:#fff;
	color:#000;
	margin:0 10px;
	padding:5px;
	width:445px;
	height:175px;
	overflow-y:auto;
	overflow-x:hidden;
  }
  .mmPLRow{
	cursor:pointer;
	margin:0 0 1px 0;
	height:21px;
  }
  .mmPLRow img{
  	float:left;
	clear:left;
	margin:3px;
  }
  .mmPLRow div{
  	float:left;
	clear:right;
	margin:4px 0 0 5px;
	font-size:11px;
  }
  .mmSummary{
    display:none;
  }
  #mmFeatured {
  	position:absolute;
	margin:0;
  }
  #mmCatTiles{
  	position:absolute;
	margin-left:580px;
	cursor:pointer;
  }
  #mmCatTiles div.row{
  	height:32px;
	width:307px;
	background:#0098EA url(/images/mmGallery/tile_leftborder.gif) no-repeat left;
	color:#fff;
	padding:13px 35px 0;
	margin:0 0 18px;
	letter-spacing:.1em;
	font-size:17px;
	font-weight:bold;
  }
  #mmGrayFootbar{
  	background-color:#999;
	height:22px;
	position:absolute;
	margin:390px 0 0;
  }
  	#mmGrayFootbar a{
		color:white;
		font-weight:bold;
		text-decoration:none;
    }
	#mmGrayFootbar div{
		display:inline;
		position:relative;
		top:3px;
		left:7px;
    }


