#slider {
background-color:#FFFFFF;
width: 100%;
margin: 0 0 0 0;
position: relative;
height:auto;
}

.scroll {
margin: 0 auto;
height: 460px;
width: 280px;
overflow: auto;
overflow-x: hidden;
position: relative;
clear: left;
}
.scrollTitle{
height: 35px;
width:300px;
position: relative;
margin: 0px auto;
}
.scrollTitle td{
padding:5px;
}

.ScrollLink{
font-size:18px;
}

.scrollContainer div.panel {
height: 460px;
width: 300px;
overflow: hidden;
}

#shade {
height: 50px;
}

.scrollButtons {
background-color:#FFF00F;
height:41px;
border-top:ridge 2px #DDDDDD;
position: absolute;
top: 492px;
cursor: pointer;
}

.scrollButtons.left {
left: 0px;
}

.scrollButtons.right {
right: 0px;
}

.hide {
display: none;
}