﻿/* Compatible with device and browser - Specifocally for Nanoids site */

.NanoidsMediaCell 
{
    width:300px;
    background-image:url(images/nanoidssite_07.jpg);
    background-repeat:repeat-y;
    background-position:left top;
}

.NanoidsMediaCellOverlay 
{
    width:300px;
    height:307px; /*267 for overlay image, plus extra*/
    background-image:url(images/nanoidssite_08.jpg);
    background-repeat:no-repeat;
    background-position:left top;
}
