
div#latestLists {
	top:-10px;
	padding-top:0;
}

div#latestLists ul {
	width:129px;
	float:left;
	text-align:center;
}
div#latestLists ul h2 {
	padding:0.5em 5px 0.5em 5px;
	color:#FFFFFF;
	background-color:#F6F6F6;
	background-image:url(../images/backgrounds/36px_vert_gradient.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	border:1px dashed #CCCCCC;
	border-width:0 0 1px 0;
	font-size:1em;
	font-weight:normal;
}
div#latestLists ul h2 a {
	padding-right:8px;
	background-image:url(../images/image_replacement/arrow_right_red_7px.gif);
	background-position:right 0.4em;
	background-repeat:no-repeat;
}
div#latestLists ul a.moreLink {
	*position:relative;
	*bottom:-1em;
	padding-right:8px;
	background-image:url(../images/image_replacement/arrow_right_red_7px.gif);
	background-position:right 0.3em;
	background-repeat:no-repeat;
}
div#latestLists ul li {
	text-align: middle;
	min-height:10em;
	*height:10em;
	padding:0.5em 0 0.5em 0;
	line-height:1.25;

}

div#latestLists ul li a {
	/*display:block;
	width:60px;
	height:60px;
	margin:auto;
	overflow:hidden;*/
}
div#latestLists ul li img {
	height:auto;
	margin:auto;
	float:none;
	clip:rect(0px 10px 10px 0px);
	overflow:hidden;

}
div#latestLists ul li a:hover img {
	border-color:#333333;
}
div#latestLists ul li p {
	margin:0;
}
div#latestLists ul li p.itemName {
	font-weight:bold;
}
