:root
{
overflow-x: hidden;
overflow-y: scroll;
}

  .fontface1
    {
    font-family: Arial, Arial, Helvetica, sans-serif Arial, Arial, Helvetica, sans-serif;
    color: #000000;
    }
  .fontface2
    {
    font-family: Arial Black, Arial Black, Gadget, sans-serif Arial Black, Arial Black, Gadget, sans-serif;
    color: #000000;
    }
  .fontface3
    {
    font-family: Comic Sans MS, Comic Sans MS5, cursive Comic Sans MS, Comic Sans MS5, cursive;
    color: #000000;
    }
  .fontface4
    {
    font-family: Courier New, Courier New, Courier6, monospace Courier New, Courier New, Courier6, monospace;
    color: #000000;
    }
  .fontface5
    {
    font-family: Georgia1, Georgia, serif Georgia1, Georgia, serif;
    color: #000000;
    }
  .fontface6
    {
    font-family: Impact, Impact5, Charcoal6, sans-serif Impact, Impact5, Charcoal6, sans-serif;
    color: #000000;
    }
  .fontface7
    {
    font-family: Lucida Console, Monaco5, monospace Lucida Console, Monaco5, monospace;
    color: #000000;
    }
  .fontface8
    {
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif Lucida Sans Unicode, Lucida Grande, sans-serif;
    color: #000000;
    }
  .fontface9
    {
    font-family: Palatino Linotype, Book Antiqua3, Palatino6, serif Palatino Linotype, Book Antiqua3, Palatino6, serif;
    color: #000000;
    }
  .fontface10
    {
    font-family: Tahoma, Geneva, sans-serif Tahoma, Geneva, sans-serif;
    color: #000000;
    }
  .fontface11
    {
    font-family: Times New Roman, Times, serif Times New Roman, Times, serif;
    color: #000000;
    }
  .fontface12
    {
    font-family: Trebuchet MS1, Helvetica, sans-serif Trebuchet MS1, Helvetica, sans-serif;
    color: #000000;
    }
  .fontface13
    {
    font-family: Verdana, Verdana, Geneva, sans-serif Verdana, Verdana, Geneva, sans-serif;
    color: #000000;
    }
  .fontface14
    {
    font-family: MS Sans Serif4, Geneva, sans-serif MS Sans Serif4, Geneva, sans-serif;
    color: #000000;
    }
  .fontface15
    {
    font-family: MS Serif4, New York6, serif;
    color: #000000;
    }
  .fontsize1
    {
    font-size: 13px;
    }
  .fontsize2
    {
    font-size: 15px;
    }
  .fontsize3
    {
    font-size: 17px;
    }
  .fontsize4
    {
    font-size: 19px;
    }
  .fontsize5
    {
    font-size: 21px;
    }
  .fontsize6
    {
    font-size: 23px;
    }
  .fontsize7
    {
    font-size: 25px;
    }
  .fontsize8
    {
    font-size: 27px;
    }
  .fontsize9
    {
    font-size: 29px;
    }
  .fontsize10
    {
    font-size: 31px;
    }
  .fontpos1
    {
    vertical-align: baseline;
    }
  .fontpos2
    {
    vertical-align: sub;
    }
  .fontpos3
    {
    vertical-align: super;
    }

  .large
    {
    font-size: 50px;
    }

/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 100%; /* Set to gallery width, in px or percentage */
height: 120px; /* Set to gallery height */
}

#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid #000000; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */




