#stateWrapper.graphicLeft #graphicL
{
	position:absolute;
	left:15px;
	top:135px;
}

#stateWrapper.graphicLeft #bodyText
{
	position:absolute;
	left:495px;
	top:138px;
	width:390px;
	height:370px;
	overflow:auto;
}

#stateWrapper.graphicRight #graphicL
{
	position:absolute;
	left:442px;
	top:135px;
	z-index:10;
}

#stateWrapper.graphicRight #bodyText
{
	position:absolute;
	left:38px;
	top:138px;
	width:390px;
	height:370px;
	overflow:auto;
}

#stateWrapper.graphicMiddle #initialText
{
	height:75px;
}

#stateWrapper.graphicMiddle #graphicL
{
	position:absolute;
	left:15px;
	top:150px;
}

#stateWrapper.graphicMiddle #bodyText
{
	position:absolute;
	left:38px;
	top:408px;
	width:850px;
	height:100px;
	overflow:auto;
}


#popupBackgroundL
{
	position:absolute;
	top:0px;
	width:479px;
	height:328px;
	background-image:url(../../images/content/exploratory/popup_background.png);
	background-repeat:no-repeat;
	behavior: url("../../../css/iepngfix.htc");
	display:none;
	z-index:20;
}

#stateWrapper.graphicRight #popupBackgroundL
{
	left:-433px;
}
#stateWrapper.graphicRight #graphicL img,
#stateWrapper.graphicLeft #graphicL img
{
	z-index:21;
}

#stateWrapper.graphicLeft #popupBackgroundL
{
	left:447px;
}
#stateWrapper.graphicMiddle #popupBackgroundL
{
	left:447px;
}