/* This element is centered on the page */
div.ArticleImageContainer
{
	position: relative;
	margin-top: 0px;
	margin: 0 3px;
	width: 123px;
	height: auto;

	padding: 6px;
	
	float: left;
}
/* Tan Hack for IE 5/6*/
* html div.ArticleImageContainer
{
	width: auto;	/* for IE5 and IE6 in quirks mode */
	text-align: center;
}

div.ArticleImage
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 120px;
	height: auto;

	border: solid 1px #000000;
}

div.ArticleImage img
{
	width: 120px;
}

div.ArticleImageCaption
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 120px;
	text-align: left;
	
	background: #ffffff;
	font-style: normal;
	border: solid 1px #000000;
	border-top: 0px;
	font-size: 80%;
	width: 120px;
}

div.ArticleImageCaption span
{
	display: block;
	padding: 6px;
}

/* Tan Hack */
/* Quirk for IE 5 and 6 */
* html div.ArticleImageCaption span
{
    width: 122px; /* for IE5 and IE6 in quirks mode */
    width: 120px; /* for IE6 in standards mode */
}
