#wrapper {

}

#wrapperbooks {
float:left;
}

#intro {
    padding-bottom: 0px;
}

#slider {
    width: 860px;
	height: 230px;
    margin: 0 auto;
    position: relative;
}

#sliderbooks {
    width: 60 0px;
    margin: 0 auto;
    position: relative;
}

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

.scrollbooks {
    height: 250px;
    width: 620px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 290px;
    width: 800px;
}

.scrollContainerbooks div.panel {
    padding: 20px;
    height: 210px;
    width: 400px;
}

#shade {
    background: #ffffff;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
}

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

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

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

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

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

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

.hide {
    display: none;
}