#slider {
width: 100%;
margin: 0 auto;
position: relative;
}

.scroll {
margin: 0 auto;
height: 360px;
width: 800px;
overflow: auto;
overflow-x: hidden;
position: relative;
clear: left;
}

.scrollContainer div.panel {
height: 360px;
width: 800px;
overflow: hidden;
}

#shade {
height: 50px;
}

.scrollButtons {
position: absolute;
top: 120px;
cursor: pointer;

}

.scrollButtons.left {
left: 30px;

}

.scrollButtons.left:hover {
background: url(images/scroll_lefthover.png) top left no-repeat;

}

.scrollButtons.right {
right: 30px;

}

.scrollButtons.right:hover {
background: url(images/scroll_righthover.png) top left no-repeat;

}

.hide {
display: none;
}