#slider {
    width: 765px;
    margin: 0;
}

.scroll {
    height: 410px;
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: both;
}

.scrollContainer div.panel {
    height: 100%;
    width: 100%;
}

.scrollButtons {
    cursor: pointer;
}

.scrollButtons.left {
	float:right;
}

.scrollButtons.right {
	margin-left: 5px;
	float:right;
}

.hide {
    display: none;
}