	#mediaTitle
	{
		color: #2BA2CC;
		font-weight:bold;		
	}
	#LightBoxShade, #MediaBox
	{
		display:none;
	}	
	#LightBoxShadeActive
	{
		margin:0px;
		padding:0px;
		background-image:url(../images/trans.png);
		position:fixed;
		width:100%;
		height:100%;
		z-index:10;
		left: 0px;
		top: 0px;
	}	
	#MediaBoxActive
	{ 
		position:relative;
		z-index:20;
		width:500px; 
		height:500px;		
		margin:auto;
		margin-top:50px;
		background-image:url(../images/mediaboxbg.png);
		padding:10px;
		padding-top:5px;
		padding-bottom:0px;
		border:1px solid #666666;		
	}		


