
        /* slider specific CSS */
        .sliderGallery {
            background: url(/images/slider_background.png);
            overflow: hidden;
            position: relative;
            padding: 10px;
            height: 130px;
        }
        
        .sliderGallery UL {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;
        }
        
        .sliderGallery UL LI {
            display: inline;

        }
        
        .slider {
            width: 100%;
            height: 19px;
            padding: 1px;
            position: relative;
            background: #333;
        }
        
        .handle {
            position: absolute;
            cursor: move;
            height: 19px;
            width: 181px;
            top: 0;
            background: url(/images/slider_scroller.png) no-repeat;
            z-index: 100;
        }
        
        .slider span {
            cursor: pointer;
            position: absolute;
            z-index: 110;
            top: 3px;
            color: #ccc;
			font-size: 85%;
			font-weight: bolder;
			text-align: left;
			text-indent: 8px;
			vertical-align: text-top;
			padding-bottom: 4px;
			margin-bottom: 0px;
			margin-top: 0px;
        }
        

        
        .slider .slider-lbl-profile {
            left: 10%;
        }

        .slider .slider-lbl-screenshots {
            left: 62%;
        }
        .slider .slider-lbl-maps {
            left: 90%;
        }