<STYLE>
	#slidercontainer {
            background-color: #fff;
            width: 750px;
            margin: 0px auto;
            padding: 50px;      
        }
        
        /* slider specific CSS */
        .sliderGallery {
            background: url(http://www.birdbarns.com/core/media/media.nl?id=1033&c=1115371&h=199fee79f893f3827fa7) no-repeat;
            overflow: hidden;
            position: absolute;
            padding-left: 10px;
            padding-right: 10px;
            height: 250px;
            width: 730px;
            border: 0px;
        }
 
        .sliderGallery UL {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;
            border: 0px;
        }
        
        .sliderGallery UL LI {
            display: inline;
        }
        
        .slider {
            width: 542px;
            height: 17px;
            margin-top: 200px;
            margin-left: 100px;
            padding: 1px;
            position: absolute;
            background: url(http://www.birdbarns.com/core/media/media.nl?id=1034&c=1115371&h=2c2ece8efc6852e66155) no-repeat;
        }
        
        .handle {
            position: absolute;
            cursor: move;
            height: 17px;
            width: 181px;
            top: 0;
            background: url(http://www.birdbarns.com/core/media/media.nl?id=1035&c=1115371&h=426fab3cf4383f69cb9c) no-repeat;
            z-index: 100;
        }
        
        .slider span {
            color: #bbb;
            font-size: 80%;
            cursor: pointer;
            position: absolute;
            z-index: 110;
            top: 3px;
        }
        
        .slider .slider-lbl1 {
            left: 50px;
        }
        
        .slider .slider-lbl2 {
            left: 127px;
        }
        
        .slider .slider-lbl3 {
            left: 156px;
        }

        .slider .slider-lbl4 {
            left: 280px;
        }

        .slider .slider-lbl5 {
            left: 455px;
        }
        
</STYLE>
