
#slider {
    width: 864px;
    margin: 0 auto;
    position: relative;
    border: #d6d622;
    border-style: solid;
	border-width: 1px
}

.scroll {
    height: 350px;
    width: 864px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
   
}

.scrollContainer div.panel {
    padding: 20px;
    height: 350px;
    width: 864px;
}

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

.scrollButtons.left {
    left: -20px;
    z-index: 1;
    width: 41px;
    height: 41px;
}

.scrollButtons.right {
    right: -20px;
     z-index: 2;
     width: 41px;
    height: 41px;
}

.hide {
    display: none;
}