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

.scroll {
    width: 545px;
    height:300px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}
.txtvisonneuse{
	display:block;
    width:545px;
    height:10px;
	padding:4px 0 0;
    color: #909090;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.scrollContainer div.panel {
    width:546px;
    height:300px;
    padding:0;
	margin:0;
}
ul.navigation {
	font-size:10px;
	text-align:left;
    list-style: none;
    margin:0 0 4px 0;
    padding: 0;
    width:545px;
}

ul.navigation li {
    display: inline;
    margin:0;
}

ul.navigation a {
	text-align:center;
    padding:2px 8px;
    color: #909090;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #740000;
}

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

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

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

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}