#left_column{
	float:left;
	width:500px;
	margin-left:5px;
}
#right_column{
	float:left;
	width:480px;
	padding-top:55px;
}
#portfolio-projecten{
	margin-top:30px;
	height:700px;
	width:460px;
}

#portfoilio-menu{
	list-style:none;
	height: 25px;
	margin:0;
	padding:0;
}
#portfoilio-menu li{
	width:auto;
	height:25px;
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
#portfoilio-menu li a{
	color:#ff9900;
	text-decoration:none;
	float:left;
	padding: 5px;
	height: 15px;
	border-top:1px solid #eaeaea;
	border-left:1px solid #eaeaea;
	border-right:1px solid #eaeaea;
	margin-right:10px;
	margin-top:0px;
}
#portfoilio-menu li a:hover{
	background:#fbfbfb;
}
#portfoilio-menu li a.selected{
	background-color:#FBFBFB;
}

#portfoilio-menu-tabs {
height:25px;
border-bottom: solid #eaeaea 1px;
}

#website-and-design,#corparate-identity,#other-designs{
	border:1px solid #eaeaea;
	border-top:none;
	height:610px;
	overflow:hidden;
	clear:left;
	float:left;
	margin-top:0px;
}
#portfolio-list-web,#portfolio-list-identity,#portfolio-list-other,#portfolio-list-technical{
	width:460px;
	float:left;
}
.btn_up,.btn_down{
	height:33px;
	display:block;
	float:left;
	cursor:pointer;
}
.wrapper{
	height:540px;
	width:460px;
	overflow:hidden;
	float:left;
}
.wrapper_content{
	width:1840px;
}
.portfolio-list{
	width:460;
	float:left;
}
.portfolio-entry{
	height:135px;
	width:460px;
	background-image:url('../images/img_bg_projects.jpg');
}

.selcted_project{
	background-image:url('../images/img_bg_projects_selected.jpg');
}

.portfolio-list div:hover{
	background:#eaeaea;
	cursor:pointer;
	background-image:url('../images/img_bg_projects_hover.jpg');

}
.portfolio-entry img{
	border:1px solid #a1a1a1;
}
.portfolio-entry .subcat{
	border:none;
	float:left;
	height:24px;
	width:24px;
	margin:2px;
}

.portfolio-entry img,.project-title{
	margin-top:25px;
	margin-left:20px;
	float:left;
}

.project-title,.subcats{
	width:150px;
	color:#000000;
	font-style:italic;
}
.project-title h1{
	font-style:bold;
	color:#000000;
}
.project_image,.project_description{
	width:50%;
	float:left;
}
.subcats{
	margin-left:18px;
	margin-top:10px;
}
#large_picture_container{
	height:345px;
	width:320px;

}
#large_image {
	border: solid #a1a1a1 1px;
}
#thumbs{
	width:480px;
	overflow:hidden;
	background-color: #fbfbfb;
}
#thumb_strip {
	float:left;
	height:104px;
	border-top:1px solid #a1a1a1;
	border-bottom:1px solid #a1a1a1;
	width:424px;
	overflow:hidden;
}
#thumb_scroll_left,#thumb_scroll_right{
	height:106px;
	width:27px;
	float:left;
	cursor:pointer;

}

#thumb_strip_content{
	float:left;
	height:98px;
	width:1000px;
	overflow:hidden;
}
#thumb_strip_content img{
		cursor:pointer;
		float:left;
		padding-left:5px;
		padding-right:5px;
		padding-top:5px;
		filter:alpha(opacity=20);
		-moz-opacity:0.20;
		opacity:0.20;
}
#thumb_strip_content img.selected{
		filter:alpha(opacity=100);
		-moz-opacity:1.00;
		opacity:1.00;
}
.transparant_layer{
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	background-color:#FFFFFF;
	z-index:10000;
	background-image:url('../images/icon_loader_smallblue.gif');
	background-repeat:no-repeat;
	background-position: center center;
	
}