#mContainer {
	position:relative;
	left:0px;
	width:90px;
	height:163px;
	border:1px solid #003300;
	background-color:#FAFAFA;
}

#imageContainer {
	position:absolute;
	width:100px;
	top:5px;
	left:5px;
}

#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;
}


#imageDestination {
	position:absolute;
	top:10px;
	left:125px;
	width:570px;
	height:370px;
	border:1px solid #000;
	background:#C0C0C0;
	z-index:0;
}

#controls {
	width:400px;
	position:relative;
	margin:auto;
	margin-top:80px;
	padding-top:10px;
	font:9px verdana;
	border-top:2px solid #000;
}


hr {
	width:400px;
	height:1px;
	text-align:left;
	color:#000;
	background:#000;
	border-style:none;
	clear:both;
	margin:5px 0 5px 0;
}


#caption {
	font:12px verdana;
	position:absolute;
	left: 125px;
	top:-30px;
	width:570px;
}


hr {
	width:400px;
	height:1px;
	text-align:left;
	color:#000;
	background:#000;
	border-style:none;
	clear:both;
	margin:5px 0 5px 0;
}
