#slider {
width: 100%;
position: relative;
margin: 0 auto;
}

.scroll {
overflow-x: hidden;

height: 290px;
overflow: auto;
margin: 0 auto;
width: 300px;
position: relative;

clear: left;
}

.scrollContainer div.panel {
width: 300px;
overflow: hidden;
height: 290px;

}

#shade {
height: 50px;

}

.scrollButtons {
cursor: pointer;
position: absolute;
top: 305px;
}

.scrollButtons.left {
left: 0px;
}

.scrollButtons.right {
right: 0px;
}

.hide {
display: none;

}