#slider {
	padding-left:8px;
    width: 848px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    width: 800px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
	padding-left:5px;
    width: 848px;
}

ul.navigation {
	float:right;
    list-style: none;
    margin:0;
    padding:0;
	margin-top:-50px;
    padding-bottom:9px;
	padding-right:60px;
}

ul.navigation li {
    display: inline;
}

ul.navigation a {
    color: #000;
    text-decoration: none;
	background: url("../images/nav.jpg") no-repeat 0 0;
}

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

ul.navigation a.selected {
	background: url("../images/select.jpg") no-repeat 0 0;
}

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

.hide {
    display: none;
}

.nav1 {
	padding-left:3px;
	float:left;
	display: block;
	width:23px;
	height:33px;
}
.nav1 span { display: none; }