﻿
/*
**
** Yes, Internet Explorer does indeed suck! It can't even follow simple CSS
**	rules, hence the need for this hack for the main CSS file to pass validation
**
*/

.event-image div.clip
	{
		position: absolute;
		clip: rect(1px 127px 127px 1px);
	}

#articleimage div.clip
{
	position: absolute;
	clip: rect(1px 219px 319px 1px);
}
