
.slider {
    width: 854px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 444px;
    width: 656px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: url(../images/loader2.gif) no-repeat center center;
	left: 198px;
}

.scrollContainer div.panel {
    height: 445px;
    width: 656px;
}

ul.navigation a.selected {
    background-color: #fff;
}

ul.navigation a:focus {
    outline: none;
}

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

.scrollButtons.left {
    left: 198px;
}

.scrollButtons.right {
    right: 0;
}

.hide {
    display: none;
}
