/*  The main 'box' to contain the thumbnails */
.thumbnail
{
float:left; 
padding:5px 10px 5px 10px;
position:relative;
margin: 0 15px 15px 0;
border: 1px solid #999;
text-align:center;
}

/* When I want the new icon in the top corner use this */
.new_overlay
{
position:absolute;
left:0px;
top:0px;
padding:5px 10px 5px 10px;
margin: 0 15px 15px 0;
z-index:2;
}

/* This creates a new row of thumbnails */
.newline { clear: both; }
