/* 
    Document   : marquee
    Created on : 05/04/2010, 11:08:50
    Author     : bernardo_fernandes
    Description:
        Purpose of the stylesheet follows.
*/

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

/************************* MARQUEE *****************************/
#marqueecontainer{
    position: relative;
    width: 280px; /*marquee width */
    height: 182px; /*marquee height */
    overflow: hidden;
}
/************************* FIM MARQUEE *********************/


