#wrapper {
    width: 990px;
    margin: 0 auto;
}

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

.scroll {
    width: 800px;
    position: relative;
    clear: left;
	margin: 0 auto;
}


.panel p{padding: 10px 10px 0 0; text-align: justify; color: white; font-family: tahoma;}

.panel h3, .panel ul{color: white; font-family: tahoma;}
.panel ul{margin-top: 10px;}

.panel .price{background-image: url(images/bg-price.jpg); background-repeat: no-repeat; color: #ffffff; font-size: x-large; font-weight: bold; height: 50px; padding: 3px 10px 5px 0; position: absolute; right: 10px; top: 165px; width: 147px; text-align: center;}

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: #f6f6f6;
}

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

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

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

.scrollButtons.left {
	top: 80px;
    left: 20px;
}

.scrollButtons.right {
	top: 80px;
    right: 20px;
}

.hide {
    display: none;
}
