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

.scroll {
	height: 250px;
	width: 880px;
	position: relative;
	clear: left;
	/*border-left: 2px solid #909dc0;
	border-right: 2px solid #909dc0;*/
}

.scrollContainer div.panel {
	height: 250px;
	width: 880px;
	overflow: auto;
	border: 0px solid #eee;
}

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

ul.navigation li {
	display: block;
	margin: 0 5px 0 0;
	float: left;
}

ul.navigation a {
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	color: white;
	display: block;
	font: 110% "DanielRegular";
	background-color: #8ea9c7;
	background-image: url(img2010/bg_blue.jpg);
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;
  	border-radius: 20px;

}

ul.navigation a:hover {
	background-color: #1e84b5;
	color: #fff;
}

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

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

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

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

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

.hide {
	display: none;
}

div.pannello {
	border: 1px solid #f5f3e7;
	height: 230px;
	padding: 5px;
}

div.feature {
	width: 169px;
	/*height: 125px;*/
	border: 0px solid #e1e1e1;
	background: url(img/bg_pannello.png) repeat-x 0 top;
}

div.panel img {
	float: left;
	margin-right: 10px;
	padding: 2px;
	border: 1px solid #fff;
}
div.pannello h1 {
	padding-top: 10px;
}
