table.galleryTable
	{
	clear: both;
	margin: 0px;
	}

.galleryComment textarea{
	height: 80px;
	}
	
.galleryComment .label
	{
	margin-top: 2em;
	}

div.imageComment{
	padding: 10px;
	margin-bottom: 4px;
	width: 520px;
	overflow:hidden;
	}
	
div.movieThumbContainer
	{
	margin-bottom: 4px;
	}

.categoryOverlay{
	position: absolute; opacity: .55; moz-opacity: .55; filter: alpha(opacity=55); text-align: center; background-color: #111; font-size: 9px; height: 13px; color: white; width: 89px;
}


.imgThumbHeader
	{
	width: 125px;
	margin: auto
	}
	
td.galleryCell
	{
	background-color: #eeeae2;
	border-bottom: 4px solid #fff;
	}
	
.galleryCell span
	{
	font-weight:bold;
	color: #ea6e02
	}
	
td.galleryCellBorderRight
	{
	border-right: 4px solid #fff;
	}
	
div.frameOuter
	{
	float: right;
	background: url(/media/gfx/frame_bottom.gif) no-repeat bottom;
	width: 142px;
	margin-right: 3px;
	margin-left: 15px;
	margin-bottom: 10px;
	}
	
div.frameInner
	{
	padding-top: 21px;
	padding-bottom: 21px;
	text-align: center;
	height:auto;
	background: url(/media/gfx/frame_top.gif) no-repeat top center;
	width: 142px;
	}
	
div.frameInner img
	{
	border: none;
	margin: 0px;
	}

/*--------------------------------------------= Player */

#mjPlayer
	{
	width: 527px;
	height: 673px;
	background: url(/media/gfx/player_bg.gif);
	margin-bottom: 5px;
	}
	
#theLatest
	{
	float: right;
	width: 113px;
	height: 548px;
	margin-top: 114px;
	margin-right: 9px;
	_margin-right: 4px;
	}
	
#playerBanner
	{
	float: left;
	width: 300px;
	height: 250px;
	margin-top: 114px;
	margin-left: 95px;
	_margin-left: 48px;
	margin-bottom: 11px;
	}
	
#playerContainer
	{
	clear: left;
	width: 384px;
	height: 285px;
	margin-left: 11px;
	}


/*--------------------------------------------= /Player */

