#slider {
    margin: 0 auto;
    position: relative;
}
.scrollButtons.left {
    left: 20px;
    background: url("../img/cx_leftarrow.gif") no-repeat;
    width: 64px;
    height: 64px;
}
.scrollButtons.left:hover{
    background: url("../img/cx_leftarrow_hover.gif") no-repeat;
}
.scrollButtons.right {
    right: 20px;
    background: url("../img/cx_rightarrow.gif") no-repeat;
    width: 64px;
    height: 64px;
}
.scrollButtons.right:hover{
    background: url("../img/cx_rightarrow_hover.gif") no-repeat;
}
.scroll {
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
    position: relative;
}
.scrollContainer {
    position: relative;
}
.scrollContainer div.panel {
    padding: 10px;
    width: 274px;
    height: 390px;
}
.inside {
    padding: 10px;
    border: 1px solid #ddd;
}
.inside img {
    display: block;
    margin: 0 0 10px;
    width: 100%;
}
.scrollButtons {
    position: absolute;
    top: 127px;
    cursor: pointer;
}
.hide {
    display: none;
}