




		#slider {
		width:1024px;
		position:relative;
		   position: relative;
		   top:0px;
		
		
	}



.scroll {
    height: 435px;
    width: 1024px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFB100 repeat-x scroll left bottom;
}

.scrollContainer {
    height: 435px;
    width: 1024px;
}


ul.navigation {
    list-style: none;
    margin: 0;
    padding: 23px 0 0 0;
	width:530px;
	height:21px;
	float:right;
	background-image:url(../images/subnavi_orange.png);
	background-repeat:no-repeat;
}

ul.navigation li {
    display: inline;
	margin:0px;
	padding:0 0 5px 12px;
	
}

ul.navigation a {
    color: #fff;
    text-decoration: none;
	padding:0 0 5px 12px;
	margin:0px;
}

ul.navigation a:hover {
	 color: #5598AF;
	 
}

ul.navigation a.selected {
	color: #5598AF;
	}

ul.navigation a:focus {
}

.scrollButtons {
    position: absolute;
    top: 250px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -10px;
}

.scrollButtons.right {
    right: -11px;
}

.hide {
    display: none;
}