#mContainer {
	position:relative;
	margin:auto;
	width:400px;
	height:220px; /* 283px */
	border:1px solid #000;
	background-color:#FAFAFA;
}

#imageContainer {
	position:absolute;
	width:100px;
	top:0px;
	left:0px;
}

#mContainer #imageContainer img {
	width:70px;
	height:65px;
	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:-50px;
	width:500px;
	height:375px;
	border:1px solid #000;
	Background:#FFFFFF;
	/*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;
}

#caption 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	text-align: justify;
	font:9px verdana;
	position:absolute;
	top:370px;
	width:400px;
}

#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;
}



.rbroundbox { background: url(NYSImages/roundedCorners/simple_background.gif) repeat; width: 450px; }
.rbtop div  { background: url(NYSImages/roundedCorners/simple_top_left.gif) no-repeat top left; }
.rbtop      { background: url(NYSImages/roundedCorners/simple_top_right.gif) no-repeat top right; }
.rbbot div  { background: url(NYSImages/roundedCorners/simple_bottom_left.gif) no-repeat bottom left; }
.rbbot      { background: url(NYSImages/roundedCorners/simple_bottom_right.gif) no-repeat bottom right; }/* height and width details */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 14px;
font-size: 1px;
}
.rbcontent  { margin: 0 14px; }
