@CHARSET "UTF-8";

.marqueecontainer{
position: relative;
width: 95%;     /*marquee width */
height: 180px;    /*marquee height */
background-color: white;
overflow: hidden;


}
ul.clients
{
   /*color: #4169e1;*/
   font-weight: bold;

}
ul.clients li
{
   list-style-image: url("../img/handr1.gif");
   padding-bottom: 5px;
}
.title
{
   background: #FFFFFF url('../images/header.gif') repeat-x;

   font-size: medium;
   font-stretch: expanded;
   font-weight: bolder;
}
