/*
254    133
230    106
12/12  13/14
*/
#recentDrawings {
	width:870px;
	margin:0 0 0 40px;
	padding-top:0em;
	padding-right:0px;
	padding-bottom:1em;
	line-height:.8em;	
}
#recentDrawings ol{
	display:inline;
	padding-left:0px;
	padding-bottom:.6em;
}

#recentDrawings li{
	list-style: none;
	display: block;
	width:430px;
	float:left;
	background-image:url(/img/browse/thumbshadow.png);
	background-repeat:no-repeat;	
	margin-left:-11px;
}

#recentDrawings li img{
	padding: 13px 12px 14px 12px;
	float:left;	
}

#recentDrawings .right{
	margin-left:10px;
}

#recentDrawings .thumbName{
	display:block;
	margin-top:13px;
	font-size:.8em;
	height: 97px;
    overflow: hidden;
}

#recentDrawings .thumbDate{
	display:block;
	font-size:11px;
}

#recentDrawings a{
	text-decoration:none;
}

#recentDrawings a:hover{
	color:#c00;;
}

