        h1 {             margin-bottom: 2px;         }#slidecontainer {	width: 620px;	margin: 0px;	padding: 10px;        }                /* slider specific CSS */        .sliderGallery {	overflow: hidden;	position: relative;	padding: 10px;	height: 160px;	width: 560px;	background-image: url(../gallery/images/background.jpg);	background-repeat: no-repeat;        }                .sliderGallery UL {            position: absolute;            list-style: none;            overflow: none;            white-space: nowrap;            padding: 0;            margin: 0;        }                .sliderGallery UL LI {            display: inline;        }                .slider {	width: 542px;	height: 17px;	padding: 1px;	position: relative;	background: url(../gallery/images/scrollbar.png) no-repeat;	z-index: 100;	bottom: 0px;	top: 140px;	left: 0px;	right: 0px;	margin: 0px;        }                .handle {	position: absolute;	cursor: move;	height: 17px;	width: 135px;	top: 0;	background-image: url(../gallery/images/scroller.png);	background-repeat: no-repeat;	background-position: center;        }                .slider span {            color: #bbb;            font-size: 80%;            cursor: pointer;            position: absolute;            z-index: 110;            top: 3px;        }