#slider {
    width: 450px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 149px;
    width: 450px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    padding-right: 1px;
    height: 149px;
    width: 450px;
}

#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

.scrollButtons {
	z-index:99;
	display: block;
    position: absolute;
    top: 69px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -5px;
}

.scrollButtons.right {
    right: -5px;
}

.hide {
    display: none;
}