#wrapper_centru {
    width: 700px;
    margin: 0 auto;
}

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

.scroll {
    height: 500px;
    width: 620px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 480px;
    width: 580px;
}

#shade {
    background: #fff url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0 160px;
    padding-bottom: 9px;
    text-align: center;
    min-width: 600px;
}

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

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

ul.navigation a:hover {
	color: #fff;
	background-color: #4aa522;
}

ul.navigation a.selected {
	color: #fff;
	background-color: #4aa522;
	font-weight: bold;
}

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

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

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

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

.hide {
    display: none;
}