#wrapper {
	width: 588px;
	margin: 0 auto;
}

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

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

.scrollContainer div.panel {
	padding: 0px;
	height: 340px;
	width: 588px;
}

ul.navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	text-align: center;
}

ul.navigation li {
	display: inline;
	margin-right: 10px;
	height: 10px;
	width: 10px;
}

ul.navigation a {
	padding: 0px;
	color: #000;
	text-decoration: none;
	background-image: url(../images/bolletjes_stnd.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 10px;
	width: 10px;
	display: inline-block;
}

ul.navigation a:hover {
	background-position: 0px -20px;
}

ul.navigation a.selected {
	background-image: url(../images/bolletjes_actv.png);
}

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

.scrollButtons {
	cursor:pointer;
}
.left {
	position: absolute;
	left: 27px;
	bottom: -5px;
}
.right {
	position: absolute;
	right: 45px;
	bottom: -5px;
}

.hide {
    display: none;
}
.temp {
	float: left; display: inline-block;
}

