
        body {
            padding: 0; 
            font: 1em "Trebuchet MS", verdana, arial, sans-serif; 
            font-size: 100%;
            /*background-color: #212121;*/
            margin: 0;
        }

        h1 { 
            margin-bottom: 2px; 
        }

        #container {
            background-color: #fff;
            width: 1075px;
            height:100%;
           padding: 10px;

        }
        
        /* slider specific CSS */

        .sliderGallery {
            /*background: url(http://static.jqueryfordesigners.com/demo/images/productbrowser_background_20070622.jpg) no-repeat;*/
            overflow: hidden;
            position: absolute;
            padding: 10px;
            height: 600px;
            width: 1165px;
            margin-left:0px \0/ !important;
            left:-50px;
           *left:-20px;
        }

        .sliderGallery UL {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            /*padding:0;*/
            margin: 0;

        }
        
        .sliderGallery UL LI {
            display: inline;
        }

       .slider {
            width: 1048px;
            cursor: pointer;
            height: 17px;
            margin-top: 465px;
           * margin-top: 480px;
            margin-left: 80px;
           *margin-left:52px;
            padding: 1px;
            position: absolute;
            background: url("../images/Masters/slider.png") no-repeat;
            /*background: url(http://static.jqueryfordesigners.com/demo/images/productbrowser_scrollbar_20070622.png) no-repeat;*/
        }

 .sliderBeef {
            width: 1048px;
            cursor: pointer;
            height: 17px;
            margin-top: 365px;
           * margin-top: 480px;
            margin-left: 80px;
            padding: 1px;
            position: absolute;
            background: url("../images/Masters/slider.png") no-repeat;
            /*background: url(http://static.jqueryfordesigners.com/demo/images/productbrowser_scrollbar_20070622.png) no-repeat;*/
        }

        
   .handle {
            background: url(../images/Masters/handle.png) no-repeat;
            position: absolute;
            cursor: pointer;
            height: 17px;
            width: 169px;
            top: 1;
            margin-left:22px;
            padding-right:42px;
           
       /*background: url(http://static.jqueryfordesigners.com/demo/images/productbrowser_scroller_20080115.png) no-repeat;*/
            z-index: 100;
        }        

        .slider span {
           /* color: #bbb;*/
            font-size: 100%;
            cursor: pointer;
            position: absolute;
            z-index: 110;
            top: 1px;
        }
        
        .slider .slider-lbl1 {
            left: 25px;
            color:#ffa800;
            font-size:9pt;
        }
 .slider .slider-lbl1a {
            left: 30px;
            color:#ffa800;
            font-size:9pt;
        }
        
        .slider .slider-lbl2 {
            left: 317px;
            color:#ffa800;
            font-size:9pt;
        }
        
   .slider .slider-lbl2a {
            left: 920px;
            color:#ffa800;
            font-size:9pt;
        }
        .slider .slider-lbl3 {
            left: 585px;
            color:#ffa800;
            font-size:9pt;
        }

        .slider .slider-lbl4 {
            left: 880px;
            color:#ffa800;
            font-size:9pt;
        }

        .slider .slider-lbl5 {
            left: 455px;
        }

 .bubbleInfo {
            position: relative;
            background-color:#fff;
            top: 150px;
            left: 100px;
            width: 500px;
        }
        .trigger {
            position: absolute;
        }
     
        /* Bubble pop-up */

        .popup {
                position: absolute;
                display: none;
                z-index: 50;
                border-collapse: collapse;
        }

        .popup td.corner {
                height: 15px;
                width: 19px;
        }
 
        .popup td#topleft { background-image: url(bubble-1.png);  background-image: no-repeat; }
        .popup td.top { background-image: url(images/bubble/ubble-2.png); background-image: no-repeat;}
        .popup td#topright { background-image: url(images/bubble//bubble-3.png); background-image: no-repeat;}
        .popup td.left { background-image: url(images/bubble/bubble-4.png); background-image: no-repeat;}
        .popup td.right { background-image: url(images/bubble/bubble-5.png); background-image: no-repeat;}
        .popup td#bottomleft { background-image: url(images/bubble/bubble-6.png); background-image: no-repeat;}
        .popup td.bottom { background-image: url(url(images/bubble/bubble-7.png); background-image: no-repeat; text-align: center;}
        .popup td.bottom img { display: block; margin: 0 auto; }
        .popup td#bottomright { background-image: url(images/bubble/bubble-8.png); background-image: no-repeat;}

        .popup table.popup-contents 
        {
                font-size: 11px;
                line-height: 1.2em;
                background-color: #fff;
                color: #666;
                font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
                }

        table.popup-contents th 
        {
        background-color: #fff;
                text-align: right;
                text-transform: lowercase;
                }

        table.popup-contents td 
        {
        background-color: #fff;
                text-align: left;
                }

        tr#release-notes th {
                text-align: left;
                text-indent: -9999px;
                background: url(images/bubble/starburst.gif) no-repeat top right;
                height: 17px;
                }

        tr#release-notes td a {
                color: #333;
        }