#mContainer {
	position:relative;
	margin:auto;
	margin-left: 60px;
	width:150px;
	height:265px;
	border:1px solid #000;
	background-color: transparent;
}

#imageContainer {
	position:absolute;
	width:100px;
	top:5px;
	left:5px;
	background-color: #CC6600;
}

#mContainer #imageContainer img {
	/*
	width:32px;
	height:32px;
	*/
	position:absolute;
	border:1px solid #000;
	cursor:pointer;
	-moz-opacity:.5;
	opacity:.5;
	filter:Alpha(opacity=50);
	z-index:100;
}
#mContainer {
	border:1px solid #CC6600;
}
#imageDestination {
	position:absolute;
	top:0px;
	left:160px;
	width:375px;
	height:450px;
	border:1px solid #000;
	background:#CC6600;
	z-index:0;
}

#controls {
	width:400px;
	position:relative;
	margin:auto;
	margin-top:80px;
	padding-top:10px;
	font:9px verdana;
	border-top:2px solid #000;
	background:#999;
}

#caption {
	font: bold 10px verdana;
	position:absolute;
	top:270px;
	width:146px;
	_margin-left:-75px;
	background:#E1B433;
	padding: 2px;
	border: 1px solid #B35F21;
}

#credits {
	position:relative;
	margin:auto;
	margin-top:20px;
	width:400px; 
	font-family:verdana;
	font-size:9px;
}

hr {
	width:400px;
	height:1px;
	text-align:left;
	color:#000;
	background:#000;
	border-style:none;
	clear:both;
	margin:5px 0 5px 0;
}

#credits img {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	border:1px solid #000000;
	width:80px;
	height:79px;
}
