#education.panel{
	width: 900px;
}


h2 {
    margin-bottom: 14px;
    padding: 0;
}

#slider {
    width: 920px;
    margin: 0;
    position: relative;
    padding-left: 20px;
}

.scroll {
    height: 400px;
    width: 920px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    padding-bottom: 20px;
    padding-top:20px;
    margin-bottom: 20px;
	background-image: url(http://www.appi.keio.ac.jp/Itoh_group//js/CodaSlider/images/sliderbg.png);
}

#research-slider.scroll{
	height: 400px;
}

.scrollContainer div.panel {
    padding: 0 20px;
    height: 210px;
    width: 920px;
}

#shade {
    background: #EDEDEC url(http://www.appi.keio.ac.jp/Itoh_group//js/CodaSlider) no-repeat center 0;
    height: 50px;
}

ul.navigation-slider {
    list-style: none;
    margin-top: 20px;
    padding: 30px 0 10px 0;
}

ul.navigation-slider li {
    display: block;
    width: 200px;
    height: 30px;
    float: left;
    text-align: center;
	background-color: white;
}

ul.navigation-slider a {
	width: 200px;
    color: #000;
    text-decoration: none;
}

ul.navigation-slider a:hover {
	text-shadow: #5A5A5A 0 0px 15px;
}

ul.navigation-slider a.selected {
	text-shadow: none;
	width: 200px;
	text-decoration: underline;
}

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

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

.scrollButtons.left {
    left: 0px;
}

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

.hide {
    display: none;
}