/* 
    Document   : marquee.jq
    Created on : 11-feb-2013, 19:55:56
    Author     : User
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

html,body{margin:0}
 ul.slide{margin:0;
          padding:0;
          height:20px;
          list-style-type:none;}
 ul.slide li{float:left;
             list-style-type:none;
 font-size: 14px; width: 740px; text-align: right;}
 ul.slide img{border:1px solid silver;
             }
