div.ATHomeDisplay
{
	position			: relative;
	width				: 619px;
	height				: 326px;
	overflow			: hidden;
	background-color	: #FFFFFF
}

img.ATHomeDisplay_bigImage
{
	position			: absolute;
	left				: 0px;
	top					: 0px;
	width				: 619px;
	height				: 282px;
	overflow			: hidden
}	


div.ATHomeDisplay_itemBackContainer
{
	position			: absolute;
	left				: 0px;
	top					: 282px;
	width				: 619px;
	height				: 44px;
	overflow			: hidden;
	background-image	: url('../images/athomedisplay/itemcontainerback.gif');
	clear				: both
}

div.ATHomeDisplay_frame
{
	position			: absolute;
	left				: 0px;
	top					: 0px;
	width				: 619px;
	height				: 326px;
	overflow			: hidden;
	background-image	: url('../images/athomedisplay/frame.png');
	cursor				: pointer
}

div.ATHomeDisplay_backItem
{
	float				: left;
	display				: inline;
	height				: 44px;
	line-height			: 44px;
	padding-left		: 44px;
	padding-right		: 44px;
	font-family			: Verdana;
	font-size			: 10px;
	color				: #999999
}

div.ATHomeDisplay_backItem.span
{
	visibility			: hidden
}

div.ATHomeDisplay_backItem.active
{
	color				: #666666;
	background-image	: url('../images/athomedisplay/itemcontaineractiveback.gif');
}

div.ATHomeDisplay_itemseparator
{
	float				: left;
	display				: inline;
	width				: 2px;
	height				: 44px;
	overflow			: hidden;
	background-image	: url('../images/athomedisplay/separator.gif');
	background-repeat	: no-repeat;
	background-position	: 0px 8px
}

div.ATHomeDisplay_itemContainer
{
	position			: absolute;
	left				: 0px;
	top					: 282px;
	width				: 619px;
	height				: 44px;
	overflow			: hidden;
	clear				: both
}

div.ATHomeDisplay_item
{
	float				: left;
	display				: inline;
	height				: 44px;
	line-height			: 44px;
	padding-left		: 44px;
	padding-right		: 44px;
	margin-right		: 2px;
	font-family			: Verdana;
	font-size			: 10px;
	color				: #999999;
	cursor				: pointer
}


div.ATHomeDisplay_item:hover
{
	text-decoration		: underline
}