#slider {
width: 100%;
margin: 0 auto;
position: relative;
}

.scroll {
margin: 0 auto;
height: 290px;
width: 300px;
overflow: auto;
overflow-x: hidden;
position: relative;
clear: left;
}

.scrollContainer div.panel {
height: 290px;
width: 300px;
overflow: hidden;
}

#shade {
height: 50px;
}

.scrollButtons {
position: absolute;
top: 305px;
cursor: pointer;
}

.scrollButtons.left {
left: 0px;
width:150px;
background:transparent url(images/prev.png) no-repeat 0 -28px;
}
.scrollButtons.left:hover {
left: 0px;
background:transparent url(images/prev.png) no-repeat 0 0;
}

.scrollButtons.right {
right: 0px;
}

.hide {
display: none;
}

/** tools **/
#tools2 {
width: 150px;
float: left;
}

#tools2 ul {
list-style: none;
margin: 0;
padding: 0;
}

#tools2 li {
display: block;
list-style: none;
float: left;
padding: 0px 0px 10px 0px;
margin: 0;
}

#tools2 a {
display: block;
height: 28px;
text-indent: -5000px;
overflow: hidden;
}

#tools2 a:hover {
background-image: none;
}

#next {
width:150px;
background:transparent url(images/next.png) no-repeat 0 -28px;
}

#next a {
background:transparent url(images/next.png) no-repeat 0 0;
}