.breadcrumbs{
	text-align: center;
	color: #f00;
	font-weight: bold;
	margin-bottom: 0px;
	margin: 0px 0px 0px 20px;
	display: block;
	position: absolute;
	top: 20px;
	white-space: nowrap;
	z-index: 1;
}

.crumb ,.crumb a{
	float: left;
	background-color: #fff;
	height: 18px;
}

.crumb a:hover{
	color: #fff;
	background-color: #000;
}



.breadcrumbs a{
	font-weight: bold;
	padding: 5px 15px;
}



.breadcrumbs #bcurrent{
	color: #fff;
	background-color: #000;
	padding: 5px 15px;
	margin-right: 20px;
}









#example{
	background-color: #fff;
	height: 100%;
	text-align: left;
	display: none;
}

.cat_content{

	padding: 65px 20px 20px 20px;
	width: 280px;
}

#move_left{
color: #000;
display: block;
position: absolute;
right: 20px;
top: 20px;

width: 28px;
height: 28px;
background-color: #fff;
font-weight: bold;
cursor: pointer;
font-size: 25px;

background-image: url(http://www.frankhanswijk.nl/images/info.gif);
}


#move_left:hover{
background-image: url(http://www.frankhanswijk.nl/images/info_on.gif);
background-color: #fff;
}



#move_right{
background-image: url(http://www.frankhanswijk.nl/images/info_close.gif);

display: block;
position: absolute;
right: 20px;
top: 20px;
z-index: 100;

width: 28px;
height: 28px;
background-color: #fff;
font-weight: bold;
cursor: pointer;


}

#move_right:hover{
background-image: url(http://www.frankhanswijk.nl/images/info_close.gif);
color: #00ADEF;
}


#close_content{

cursor: pointer;
}

#open_content{

display: block;
position: absolute;
background-image: url(http://www.frankhanswijk.nl/images/content_show.gif);
background-repeat: no-repeat;
right: 20px;
top: 20px;

width: 29px;
height: 28px;
background-color: #fff;
cursor: pointer;
}


#open_content:hover{


background-image: url(http://www.frankhanswijk.nl/images/content_show_on.gif);
background-color: #000;

}



#content_box{
	

}


