div#bestof-container
{
    width : 320px;
}

div#bestof-header
{
    text-align : left;
}

div.bestof-item
{
    text-align : center;
    float : left;
    margin : 0 15px 15px 0;
}

div.bestof-item div.image
{
    width:140px; 
    height:140px; 
    background : transparent url(../images/bestOf-bg.png) no-repeat bottom;
}

div.bestof-item div.image img 
{
	margin-top : 5px;
	margin-bottom : 5px;
}

div.bestof-item div.title 
{
position : absolute;
width : 140px;
text-transform : none; font-size : 11px; text-decoration : none; color : #999999; text-align : center; 
margin : 120px 0 0 0px;
}
