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

.scroll {
	height: 180px;
	width: 880px;
	position: relative;
	clear: left;
	background: #FFFFFF;
}

.scrollContainer div.panel {
	

/*padding: 20px;*/
	height: 180px;
	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: #1b3e54;
	background-color: #eee;
	display: block;
	font-size: 110%;
	height: 35px;
}

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

div.readall a {
	margin-left: 10px;
	font-size: 120%;
}

ul.navigation a.selected {
	background-color: #1b3e54;
	color: #fff !important;
	height: 35px;
}

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 #e1e1e1;
	height: 165px;
	padding: 5px;
	background: url(http://reservoir-fp7.eu/js/img/bg_pannello.png) repeat-x 0 top;
}

div.feature {
	width: 213px;
	height: 125px;
	border: 1px solid #e1e1e1;
	background: url(http://reservoir-fp7.eu/js/img/bg_pannello.png) repeat-x 0 top;
}

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