#container {
	background: #fff;
	height: 500px;
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 659px;
	text-align: left;
}

ul#tabnav {
	margin:0pt;
	padding:0pt;
	display:block;
	margin-left: 3px;
}
ul#tabnav li {
	margin:0;
	padding:0;
	float:left;
	list-style-type:none;
	position:relative;
}

ul#tabnav li {
	text-align: left;
}

ul#tabnav li a {
	font-size:10px;
	text-decoration:none;
	display:block;
	float:left;
	width: 202px;
	height: 19px;
	padding-top: 10px;
	padding-left: 15px;
}

.panel {
	display:block;
}
.content {
	line-height:15px;
	padding:13px 35px 15px 15px;
	text-align:left;
}

a.black {
	background: #fff url('../images/black.png') no-repeat;
	color: #FFF;
}

a.black.selected {
	background: #fff url('../images/black-select.png') no-repeat;
	color: #FFF;
	font-weight: bold;
}

a.white {
	background: #fff url('../images/white.png') no-repeat;
	color: #000;
}

a.white.selected {
	background: #fff url('../images/white-select.png') no-repeat;
	color: #000;
	font-weight: bold;
}

.black-main {
	background: url('../images/main-black.png') no-repeat;
	height: 323px;
}

.white-main {
	background: url('../images/main-white.png') no-repeat;
	height: 323px;
}

/*** Tab1 ***/

div#panel_first .top {
	background: no-repeat url('../images/first-top.png') center bottom;
	height: 25px;
}
div#panel_first .main {
	background: repeat-y url('../images/first-main.png') center;
	height: 125px;
	color: #000000;
}
div#panel_first .foot {
	background: no-repeat url('../images/first-foot.png') center;
	height: 133px;
}

div#panel_first .main .left {
	margin-left: 15px;
	float: left;
}

div#panel_first .main .right {
	margin-right: 15px;
	float: right;
}

div#panel_first .main .wolk {
	width: 300px;
	display: block;
	text-align: left;
}

div#panel_first .main .wolk ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-top: 10px;
}

div#panel_first .main .wolk ul li {
	margin: 0px;
	padding-left: 20px;
	height: 16px;
	width: 100px;
	float: left;
	display: block;
}

div#panel_first .main .wolk ul li.upload {
	background: no-repeat url('../images/upload.png') 0 -18px;
}

div#panel_first .main .wolk ul li.bel {
	background: no-repeat url('../images/bel.png') 0 -18px;
}

div#panel_first .main .wolk ul li:hover {
	background-position: 0 0;
}

div#panel_first .main .wolk ul li a {
	text-decoration: none;
	color: #FF9231;
}

div#panel_first .main .wolk ul li a:hover {
	text-decoration: none;
	color:#333333;
}


/*** einde tab1 ***/


/*** tab2 ***/
div#panel_second div, div#panel_third div {
	padding: 20px;
}


#horizontal_carousel {
  width: 375px;
  padding:10px;
  background:#f6f6f6;
  border:solid 1px #e9e9e9;
}

#horizontal_carousel .container {
  width: 350px;
  overflow: hidden;
  margin-top: -100px;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: -10px;
  height: 200px;
}                      

#horizontal_carousel ul li {
  width: 200px;
  height: 200px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel .buttons{
	display:block;
 	clear:both;
}
#horizontal_carousel .previous_button {
  float:left;  
  width: 23px;
  height: 7px;
  background: url(../images/but_prev.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(../images/but_prev_hover.png) no-repeat;}

#horizontal_carousel .previous_button_disabled {
  background: url(../images/but_prev_dis.png) no-repeat;
  cursor: default;
}

#horizontal_carousel .next_button {
  float:right;  
  width: 23px;
  height: 7px;
  background: url(../images/but_next.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(../images/but_next_hover.png) no-repeat;
}

#horizontal_carousel .next_button_disabled {
  background: url(../images/but_next_dis.png) no-repeat;
  cursor: default;
}


/*** einde tab2 ***/

#slide-show, #achter {
	width: 100%;
	background: url('../images/referenties.png') right top  no-repeat;

}

#slide-images {
	position:relative;
	display:block;
	margin:0px;
	padding:0px;
	width:400px;
	height:700px;
	overflow:hidden;
}

#slide-images li{
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}

#slide-images li img{
	display:block;
	background-color:#FFFFFF;
}

#reftext {
	width: 150px;
	margin-top: 30px;
	float: right;
	margin-right: 5px;

}