#slider {
    width: 460px;
}

.scroll {
    height: 148px;
    width: 460px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding: 0px;
    height: 148px;
    width: 460px;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}
 
.scrollButtons.left {
			left: 410px;
			top: 166px;
}

.scrollButtons.right {
			left: 440px;
			top: 166px;
}

.hide {
    display: none;
}
