
#slider {
	width:875px;
    margin: 0 auto;
    position: relative;
	padding:0;
	}

.scroll {
    height: 230px;
	width:876px;
    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 {
    height: 210px;
	width:876px;
}

#shade {
    background: #EDEDEC url(../images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

.scrollButtons {
    cursor: pointer;
}


.hide {
    display: none;
}