#slider {
	width: 550px;
	margin: 0 auto;
	position: relative;
	
}
.scroll {
	height: 270px;
	width: 550px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
}
.scrollContainer div.panel {
	padding: 20px;
	height: 230px;
	width: 510px;
}
ul.navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	
}
ul.navigation li {
	display: inline;
	margin:0px;
	margin-right: 1px;
}
ul.navigation a {
	color: #000;
	text-decoration: none;
	background-color:#CADADD;
	height:30px;
	text-align:center;
	line-height:30px;
	width:180px;
	display:block;
	float:left;
	margin:0px;
	margin-right:2px;
}
ul.navigation a:hover {
	background-color: #ffffff;
}
ul.navigation a.selected {
	background-color: #EFEFEF;
}
ul.navigation a:focus {
	outline: none;
}
.scrollButtons {
	position: absolute;
	top: 150px;
	cursor: pointer;
}
.scrollButtons.left {
	left: -20px;
	display: none;
}
.scrollButtons.right {
	right: -20px;
	display: none;
}
.hide {
	display: none;
}
