/* 
Document   : marquee
Created on : Feb 22, 2008, 3:10:17 PM
Author     : Campbell Boucher-Burnet <campbell.boucherburnet@gov.sk.ca>
Description: support the hot jobs javascript srolling marquee
*/

#marqueecontainer{
    position: relative;
    width: 250px; /*marquee width */
    height: 150px; /*marquee height */
    overflow: hidden;
    padding: 2px;
    padding-left: 4px;    
    margin: 10px;
    margin-top: 15px;
}
