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

.scroll {
    height: 150px;
    width: 350px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	/*background: #FCFBE3;*/
	background-image: url('images/info_bg.png');
	background-repeat: repeat-x;
	background-position: top left;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 210px;
    width: 310px;
	color: #583B34;
}

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: #765b44;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #E4C6AB;
	color: #583B34;
}

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

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

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

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

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

.hide {
    display: none;
}
.info_title {
	font-size: 16px;
	font-weight: none;
	color: #C2825B;
}
