#colOne
{
	width: 390px;
}
#colTwo
{
	width: 540px;
}
#newItemsPane *
{
	float: left;
}
#newItemsPane
{
	margin-bottom: 0px;
	width: 540px;
	height: 280px;
	overflow: hidden;
}
#newItemsPane img
{
	width: 110px;
	height: 110px;
	border: 0;
}
#newItemsPane a
{
	padding: 4px;
	margin-right: 20px;
	background-color: #e6e6e6;
	border: 1px solid #ccc;
}
#newItemsPane a:hover
{
	background-color: #F76DA9;
	border: 1px solid #F42D86;
}
#newItemsPane .lastNewItem
{
	margin: 0;
}
#scrollFrame div
{
	display: inline;
	float: left;
	width: 540px;
}
#newItemsPane a
{
	margin-bottom: 20px;
}

#newItemsNav
{
	float: left;
	width: 540px;
	height: 20px;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	padding: 10px 0px 10px 0px;
}

#newItemsBack,#newItemsMore
{
	display: block;
	float: left;
	width: 70px;
	height: 20px;
	position: relative;
}

#newItemsBack span
{
	background: url(../images/buttons/newitems_back.png) no-repeat top left;
}
#newItemsBack:hover span
{
	background: url(../images/buttons/newitems_back.png) no-repeat center left;
}

#newItemsMore span
{
	background: url(../images/buttons/newitems_more.png) no-repeat top left;
}
#newItemsMore:hover span
{
	background: url(../images/buttons/newitems_more.png) no-repeat center left;
}

#newItemsNav span
{
	position: absolute;
	width: 100%;
	height: 100%;
}

#newItemsIcons
{
	float: left;
	width: 360px;
	height: 11px;
	line-height: 11px;
	margin: 5px 20px 0px 20px;
}
#newItemsIcons div
{
	float: left;
}
#newItemsIcons div a
{
	float: left;
	display: block;
	width: 23px;
	height: 11px;
	line-height: 11px;
	margin-left: 10px;
}
#newItemsIcons #set0
{
	margin-left: 0px;
}
.tileOn
{
	background: url(../images/icons/newitems.gif) no-repeat bottom left;
}
.tileOff
{
	background: url(../images/icons/newitems.gif) no-repeat top left;
}

#scrollFrame
{
	overflow: hidden;
	width: 3000px;
}

ol#lucysList
{
	margin-bottom: 20px;
	padding-left: 17px;
}
