
div.sc_menu {
  /* Set it so we could calculate the offsetLeft */
  clear:both;
  position: relative;
  height: 145px;
  width: 330px;
  /* Add scroll-bars */
  overflow: auto;
}
ul.sc_menu {
  display: block;
  height: 110px;
  /* Max width here, for users without Javascript */
  width: 2500px;
  padding: 25px 0 0 0;
  /* Remove default margin */
  margin: 0;
  padding-right:200px;
  list-style: none;
}
.sc_menu li {
  display: block;
  float: left;
  padding: 0 4px;
}
.sc_menu a {
  display: block;
  text-decoration: none;
}
.sc_menu span {
  /* We want a caption to display on the next line */
  display: block;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

.sc_menu span {
  display: none;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  text-align:center;
  width:120px;
  margin-top:-52px;
}
.sc_menu a:hover span {
  display: block;


}
.sc_menu img {

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.sc_menu a:hover img {
  filter:alpha(opacity=50);
  opacity: 0.5;
  

}

#cgjopties{
	clear:both;
	float:left;
	width:350px;
}

#cgjoslider{
	float:left;
	width:260px;
	height:10px;
	padding:5px;
	background-color:#EE7C21;
}

#deslider{
	float:left;
	width:258px;
	height:8px;
	border:1px solid #000000;
	background-color:#FFFFFF;
}

#slideme{
	float:left;
	height:8px;
	text-align:right;
	background-color:#662964;
}

a.trekker:link,
a.trekker:visited,
a.trekker:hover,
a.trekker:visited:hover {

	position:absolute;
	height:14px;
	margin-top:-3px;
	width:3px;
	background-color:#65C78A;
}

a.optie:link,
a.optie:visited,
a.optie:hover,
a.optie:visited:hover {
	float:left;
}