

#slider {
    width: 620px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 464px;
    width: 620px;
    overflow: auto;
    overflow: hidden;
    position: relative;
    clear: left;
    background: #fff url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
	border-bottom:1px solid #ccc;
	margin:0px 0 30px 0;
}

.scrollContainer div.panel {
    padding: 0px;
    height: 464px;
    width: 620px; overflow: hidden;
}

#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
	border-top:1px solid #ccc;
   float:right;
}

ul.navigation li {
    display: inline;
   
}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;float:left
}

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 {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}

.fotopanel{height: 464px; width:300px;float:left}
.testopanel{height: 464px; width:320px;float:left}
.testopanel .blocco{padding:20px;float:left}