#slider {
background: #FFFFFF;
height: 510px;
position: relative;
width:600px;
float: left;
}


.scroll {
margin-left: 25px;
width: 549px;
overflow: auto;
overflow-x: hidden;
position: relative;
clear: left;
padding-top: 25px;
margin-right: 25px;
}

.scrollContainer div.panel {
width: 550px;
height: 480px;
overflow: hidden;
}

#shade {
height: 50px;
}

.scrollButtons {
position: absolute;
top: 200px;
cursor: pointer;
}

.scrollButtons.left {
left:-10px;
z-index: 1;

}

.scrollButtons.right {
right:-10px;
z-index: 1;
}

.hide {
display: none;
}
