#slider {
	width:984px;
	height:538px;
	position:relative;	
	overflow:hidden;
	z-index:100;
}
#mask-gallery {
	overflow:hidden;	
}
#gallery {
	list-style:none;
	margin:0;
	padding:0;
	z-index:0;
	width:900px;
	overflow:hidden;
}
	#gallery li {

		
		/* float left, so that the items are arrangged horizontally */
		float:left;
	}


#mask-excerpt {
	
	/* Set the position */
	position:absolute;	
	top:0;
	left:0;
	z-index:500px;
	
	/* width should be lesser than #slider width */
	width:100px;
	overflow:hidden;	
	

}
	
#excerpt {
	/* Opacity setting for different browsers */
	filter:alpha(opacity=60);
	-moz-opacity:0.6;  
	-khtml-opacity: 0.6;
	opacity: 0.6;  
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	/* Set the position */
	z-index:10;
	position:absolute;
	top:0;
	left:0;
	
	/* Set the style */
	width:100px;
	background-color:#000;
	overflow:hidden;
	font-family:arial;
	font-size:10px;
	color:#fff;	
}

	#excerpt li {
		padding:5px;
	}
	
	
	

.jcarousel-control {
    margin-bottom: 10px;
    text-align: center;
}

.jcarousel-control a {
    font-size: 75%;
    text-decoration: none;
    padding: 0 5px;
    margin: 0 0 5px 0;
    border: 1px solid #fff;
    color: #eee;
    font-weight: bold;
}

.jcarousel-control a:focus,
.jcarousel-control a:active {
    outline: none;
}

.jcarousel-scroll {
    margin-top: 10px;
    text-align: center;
}

.jcarousel-scroll form {
    margin: 0;
    padding: 0;
}

.jcarousel-scroll select {
    font-size: 75%;
}

#mycarousel-next,
#mycarousel-prev {
    cursor: pointer;
    margin-bottom: -10px;
    text-decoration: underline;
    font-size: 11px;
}


.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 900px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 850px;
	margin-left:30px;
}


#wrap{
	position:relative;
	height:100px;
	width:984px;
}

.knop{
	width:164px;
	text-align:center;
}


.knop1{
	width:164px;
	text-align:center;
}
.knop1:hover{
	color:#000;
	background-color:#CCC;
	cursor:pointer;
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
}

.knop1_aan{
	width:164px;
	color:#000;
	background-color:#AAA;
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
}

.knop2{
	width:164px;
	text-align:center;
}
.knop2:hover{
	color:#000;
	background-color:#CCC;
	cursor:pointer;
}

.knop2_aan{
	width:164px;
	color:#000;
	background-color:#AAA;
}



#logo{
	width:330px;
	height:300px;
	float:left;
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
}

.icoon{
	position:relative;
	cursor:pointer;
	z-index:499;
	margin-top:4px;
}

.klantnaam{
position:absolute;
bottom:4px;
left:0px;
width:80px;
font-size:10px;
color:#999;
font-weight:bold;
text-align:center;
z-index:700;
display:none;
}

.scrollPictures{
	position:relative;
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
}



.drop{
	position:absolute;
	top:40px;
	left:auto;
	background-color:transparent;
	width:161px;
	height:auto;
	
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	display:none;
	overflow:hidden;
}

