#mContainer {
	position:relative;
	margin:auto;
	width:745px;
	height:270px;
}

#imageContainer {
	position:absolute;
	width:100px;
	top:5px;
	left:5px;
}

#mContainer #imageContainer img {
	/*
	width:35px;
	height:25px;
	*/
	position:absolute;
	border:1px solid #000;
	cursor:pointer;
	-moz-opacity:.5;
	opacity:.5;
	filter:Alpha(opacity=50);
	z-index:100;
}


#imageDestination {
	position:absolute;
	left:400px;
	width:345px;
	height:250px;
	background-image: url("../../includes/images/postcard_template.jpg")
	z-index:0;
}

#controls {
	width:400px;
	position:relative;
	margin:auto;
	margin-top:80px;
	padding-top:10px;
	font:9px verdana;
	border-top:2px solid #000;
}

#caption {
	position:absolute;
	left:415;
	font:9px verdana;
	top:275px;
	width:310px;
}

hr {
	width:400px;
	height:1px;
	text-align:left;
	color:#000;
	background:#000;
	border-style:none;
	clear:both;
	margin:5px 0 5px 0;
}


