#media {
	position:absolute;
	left: 335px;
	top: 280px;
	width:424px;
	height: 328px;
	visibility: hidden;
	background-color: #000000;
	z-index: 20;
	filter: alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity: 0.85;
}

#media_embed {
	position:absolute;
	left: 20px;
	top: 20px;
	width: 384px;
	height: 288px;
	background-color: black;
	overflow: hidden;
	text-align: left;
	z-index: 30;
}

#media_close {
	padding: 0px;
	margin: 0px;
	position:absolute;
	height:14px;
	width:14px;
	right: 3px;
	bottom: 3px;
	z-index: 40;
	background-repeat: no-repeat;
	background-image: url(../images/home/icon_close.gif);
	background-position: right bottom;
}

#media_close:hover {
	filter: alpha(opacity=80);
	opacity: 0.80;
	-moz-opacity: 0.80;
}

