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

/* Star ratings! */
.rating { 
    background: url("https://trainvideodepot.com/buttons/blank.png") transparent 0 0 repeat-x;
    height: 16px;
    width: 80px;
    }
.rating div { 
    background: url("https://trainvideodepot.com/buttons/star.png") transparent 0 0 repeat-x; 
    height: 16px;
    } 
