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

.scroll {
	height: 200px;
	width: 530px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
}

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

.scrollContainer div.panel {
	height: 210px;
	width: 530px;
}

.hide {
	display: none;
}