#slider {
width: 660px;
position: relative;
background: url(images/dot.png) left top repeat;
border: #2c72a9 solid 1px;
}

.scroll {
margin: 0 35px;
width: 610px;
overflow: auto;
overflow-x: hidden;
position: relative;
clear: left;
}

.scrollContainer div.panel {
height: 190px;
width: 685px;
overflow: hidden;
}

#shade {
height: 50px;
}

.scrollButtons {
position: absolute;
top: 95px;
cursor: pointer;
}

.scrollButtons.left {
left: 0px;
}

.scrollButtons.right {
right: 0px;
}

.hide {
display: none;
}
