ul#backstagecontainer {
	float:				right;
	width:				960px;
	height:				450px;
}

ul#backstagecontainer li {
	float:				right;
	width:				160px;
	height:				450px;
}

ul#backstagecontainer li img {
	margin-left:		5px;	
}

li#william {
	background-color:	#6c6c6c;
}

li#annet {
	background-color:	#808080;
}

li#inspirations {
	background-color:	#B2B2B2;
}

li#history {
	background-color:	#CCCCCC;
}

li#cv {
	background-color:	#E5E5E5;
}

li.backclick {
	cursor:				pointer;
	overflow:			hidden;
}

h1{
	color:				#000000;
	font-size:			40px;
	padding:			0px;
	margin:				70px 0px 20px 0px;
}

h2{
	font-size:			16px;
	font-family:			arial;
	color:				#000000;
	margin:				0px 0px 15px 0px;
}

img.portrait {
	float:				left;
	margin-right:		20px;
}

.b_content{
	background-color:	#FFFFFF;
	width:				620px;
	height:				450px;
	padding:			0px 20px 0px 20px;
	float:				left;
	text-align:			left;
	position:			relative;
}

.portraits {
	padding:			0;
	width:				660px;
}

.portraits .scrolling {
	font-size:			12px;	
}

.scrolling {
	float:				left;
	width:				305px;
	overflow:			hidden;
	height:				410px;
	padding-right:		20px;
}

.b_content p{
	color:				#000000;
}

.uitgeklapt{
	float:				left;
	width:				610px;
	display:			none;
}
.titlebs{
	float:				left;
	position:			absolute;
	bottom:				0px;
}

.b_links {
	float:				left;
	width:				315px;
	height:				20px;
	padding-top:		10px;
}

.b_button{
	background-color:		#000000;
	font-size:			8px;
	padding:			5px 10px 5px 10px;
	text-transform:			uppercase;
	margin:				0px 0px 10px 0px;
	float:				left;
	display:			block;
}

a.b_external{
	background-image:		url('../images/arrow.gif');
	background-position:		left;
	background-repeat:		no-repeat;
	background-color:		#000000;
	font-size:			8px;
	padding:			5px 10px 5px 25px;
	text-transform:			uppercase;
	margin:				0px 5px 10px 0px;
	float:				left;
	display:			block;
}

a.b_external:hover {
	background-image:		url('../images/arrow-over.gif');
}

/*-----------------------------------------------// inspirations */
a.navigation {
	float: 				right;
	display: 			block;
	width: 				25px;
	height: 			440px;
	margin-top: 		10px;
	background: 		transparent url(../../collection/images/bg_navigation.png) no-repeat 0 50%;
}
a.right {
	margin-right:		13px;
	background-position: 100% 50%;
}

div#inspirations_uitgeklapt {
	background-color:	white;
	width:				660px;
	text-align:			center;
}

div#inspirations_holder {
	position:			relative;
	float:				right;
	width:				584px;
	height:				435px;
	margin-top:			15px;
	overflow:			hidden;
}

div#inspirations_uitgeklapt ul {
	float:				left;
	position:			relative;
	height:				440px;
	width:				10000px;
}

div#inspirations_uitgeklapt ul li {
	position:			relative;
	float:				left;
	margin-right:		10px;
	width:				584px;
}


div#inspirations_uitgeklapt ul li img {
	float:				left;
	border:				1px solid #cccccc;
}

div#inspirations_uitgeklapt ul li img.serie_photo {
	margin-right:		20px;
}

div#inspirations_uitgeklapt ul li p.location {
	float:				left;
	display:			block;
	width:				280px;
	margin-top:			5px;
	text-align:			center;
	color:				#000000;
	text-transform:		uppercase;
}

div#inspirations_uitgeklapt ul li p.serie-title {
	float:				left;
	display:			block;
	width:				280px;
	margin:				5px 0px 0px 10px;
	text-align:			center;
	color:				#000000;
	text-transform:		uppercase;
}

/*-----------------------------------------------// cv */
.cv-scrolling {
	width:				620px;	
}

.cv-scrolling a {
	color:				#000000;
	text-decoration:	underline;	
}

.cv-scrolling a:hover {
	color:				#BE3100;
}

table.cv-table {
	position:			relative;
	width:				620px;
	height:				auto;
	color:				#000000;
	overflow:			hidden;
	margin-top:			20px;
}

table.cv-table tr {
	height:				25px;
	vertical-align:		middle;	
}

table.cv-table tr.cv-head {
	font-weight:		bold;
	font-size:			16px;	
}

table.cv-table tr td {
	line-height:		16px;
	vertical-align:		top;	
}

table.cv-table tr td.td-year {
	width:				70px;	
	vertical-align:		top;
}

.cv-p {
	margin-bottom:		25px;	
}

/*-------------------------------------// fancybox */
div#closeBox {
	height:			20px;	
}

div#closeBox img {
	float:			right;	
}


