@charset "utf-8";
/* CSS Document */

#billboard { width: 800px; padding:10px; text-align: left; background-color: #888A8C; margin-bottom:0; position: relative; }
html>body #billboard { width: 780px; } /* non-ie rule */
#billboard #holder { border: 1px solid black; width: 500px; height: 300px; }
#billboard #thumbnails { width: 500px; padding-top: 4px; background-color: #1d1d1d; border: 1px solid black; border-top: none; }
#billboard #thumbnails img { border: 1px solid #c9c8c7; margin: 0 2px; }
#billboard #thumbnails img.first { margin-left: 4px; }
#billboard #thumbnails img.selected { border-top: 2px solid #288fd0; border-color: #288fd0; position: relative; top: -8px;}

