div#PanelA, div#PanelB
{
	width:50%;
	height:auto;
	float:left;
}
div#PanelA > img, div#PanelB img
{
	width:90%;
	height:auto;
	margin-bottom:10px;
}

div#PanelA > a > img, div#PanelB > a > img
{
	width:90%;
	height:auto;
	float:left;
	padding-right:5%;
	margin-bottom:10px;
}

div#PanelA > div.TextColumn
{
	width:5%;
	float:right;
}


p#AdminDynamicCSSAlert
{
         display:none;
}
