
/* Scroller 14 07 */

#wrapper {
    width: 760px;
    margin: 0 auto;
}

#slider {
    width: 620px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 250px;
    width: 620px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 210px;
    width: 580px;
}




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

.scrollButtons.left {
  left:190px;
  top:325px;
}

.scrollButtons.right {
  
  left:270px;
  top:325px;

}

.hide {
    display: none;
}
