#slider {
    position: relative;
	width: 890px;
	padding: 0px 0px 0 0px;
}

#sidebar {
	float: left;
	width: 0px;
}

.scroll {
    height: 320px;
    width: 900px;
    overflow: auto;
/*  overflow-x: hidden; */
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    padding: 0px;
    height: 320px;
    width: 900px;
	color: #000;
}


.scrollButtons {
    position: absolute;
    top: 0px;
    cursor: pointer;
	width: 0;
	height: 300px;
}

.scrollButtons.left {

    left: 0px;
}

.scrollButtons.right {
	
    right: 0px;
}

.hide {
    display: none;
}