@charset "utf-8";
/* CSS Document */

 
        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: 860px;
            margin-left: -94px;
            padding: 0px;
        }
        
        /* slider specific CSS */
        .sliderGallery {
           /* background: url(../images/roundrect.png) no-repeat;*/
		    border:thin solid #4d4540;
            overflow: hidden;
            position: relative;
            padding: 10px;
            height: 174px;
            width: 930px;
        }
        
        .sliderGallery UL {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;
        }
        
        .sliderGallery UL LI {
            display: inline;
        }
        
        .slider {
            width: 890px;
            height: 19px;
            margin-top: 145px;
            margin-left: 0px;
            padding: 1px;
            position: relative;
            background: url(../images/productbrowser_scrollbar_20070622.png) no-repeat;
        }
        
        .handle {
            position: absolute;
            cursor: move;
            height: 17px;
            width: 181px;
            top: 0;
            background: url(../images/productbrowser_scroller_20080115.png) no-repeat;
            z-index: 100;
        }
        
        .slider span {
            color: #bbb;
            font-size: 80%;
            cursor: pointer;
            position: absolute;
            z-index: 110;
            top: 1px;
        }
        
        .slider .slider-lbl1 {
            left: 70px;
        }
        
        .slider .slider-lbl2 {
            left: 252px;
        }
        
        .slider .slider-lbl3 {
            left: 540px;
        }

        .slider .slider-lbl4 {
            left: 760px;
        }

        .slider .slider-lbl5 {
            left: 770px;
        }
        #pb-airportexpress {
			margin:0px 0px 0px 17px;
		}
		.link{
			left:-84px;
			position:relative;
			top:40px;
		}
    
/*.sliderGallery ul a,.sliderGallery ul a:link, .sliderGallery ul a:visited {
	font-size: 11px;
	color: #cccccc;
	text-decoration:none;
	padding:.25em ;
	}
.sliderGallery ul a:hover{
	color:#ffffff;
	}
*/