/* PORTFOLIO POPUP */
#portfolio-item{
	width: 738px;
	height: 560px;
	padding: 0;
	background: url(../images/portfolio/portfolio_bg.png) no-repeat;
	behavior: url("/iepngfix.htc");
}
#portfolio-item .close{
	width: 723px;
	height: 27px;
	padding: 13px 15px 0 0 ;
	text-align: right;
}
#portfolio-item .close a{
	color: #aaa;
	text-decoration: none;
}
#portfolio-item .close a:hover{
	color: #333;
}
#portfolio-item .image{
	background: #eee;
	width: 738px;
	height: 300px;
}
#portfolio-item .previous a, #portfolio-item .next a {
	display: block;
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-indent: -10000px;
}
#portfolio-item .previous{
	position: absolute;
	margin: -25px 0 0 0;
}
#portfolio-item .nav{
	width: 738px;
	height: 25px;
	background: url(../images/portfolio/portfolio_plusjes.gif) center bottom no-repeat;
}
#portfolio-item .next{
	position: absolute;
	margin: -25px 0 0 708px;
}
#portfolio-item .previous a{
	background: url(../images/portfolio/portfolio_prev.png) no-repeat;
	behavior: url("/iepngfix.htc");
	cursor: pointer;
}
#portfolio-item .next a{
	background: url(../images/portfolio/portfolio_next.png) no-repeat;
	behavior: url("/iepngfix.htc");
	cursor: pointer;
}
#portfolio-item .previous a:hover, #portfolio-item .next a:hover{
	background-position: 0 -50px;
}
#portfolio-item .content{
	width: 698px;
	padding: 25px 0 25px 29px;
}
#portfolio-item h1{
	font-size: 18px; 
	font-family: "Trebuchet Ms", Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	font-weight: normal;
	color: #E50083;
	visibility: visible;
}
.orange #portfolio-item h1{
	color: #F08801;
}
#portfolio-item .block-left{
	background: url(../images/portfolio-item_block-left.jpg) no-repeat;
	width: 334px;
	float: left;
	/*border-right: 1px solid #ddd;*/
	line-height: 150%;
	/*padding-right: 25px;*/
	height: 126px;
	color: #666;
	padding: 10px 2px 10px 10px;
}
#portfolio-item #titel_technieken {
	margin: 0 0 9px 0;
}
#portfolio-item .desc {
	width: 315px;
	height: 54px;
}
#portfolio-item .url{
	margin-top: 10px;
}
#portfolio-item .url a{
	color: #E50083;
	text-decoration: none;
}
#portfolio-item .url a:hover{
	color: #666;
}
#portfolio-item .block-right{
	background: url(../images/portfolio-item_block-left.jpg) no-repeat;
	width: 324px;
	float: left;
	line-height: 150%;
	/*padding-left: 25px;*/
	height: 126px;
	color: #666;
	display: block;
	padding: 11px 10px 10px 10px;
}
#portfolio-item .block-right strong{
	color: #E50083;
}
#portfolio-item .block-right ul, #portfolio-item .block-right li{
	list-style: none;
	margin: 0;
	padding: 0;

} 
#portfolio-item .block-right ul{
	width: 324px;
}
#portfolio-item .block-right li{
	background: url(../images/portfolio/list_gray.gif) no-repeat 0 5px;
	padding: 0 10px;
	float: left;
	white-space: nowrap;
}
#portfolio-item .block-right li a{
	color: #666;
	text-decoration: none;
}
#portfolio-item .block-right li a:hover{
	color: #E50083;
}
/* WK */
.orange #portfolio-item .previous a{
	background: url(../images/portfolio/portfolio_prev_orange.png) no-repeat;
}
.orange #portfolio-item .next a{
	background: url(../images/portfolio/portfolio_next_orange.png) no-repeat;
}
.orange #portfolio-item .previous a:hover{
	background-position: 0 -50px;
}
.orange #portfolio-item .next a:hover{
	background-position: 0 -50px;
}
.orange #portfolio-item h1{
	color: #F08801;
}
.orange #portfolio-item .url a{
	color: #F08801;
}
.orange #portfolio-item .block-right strong{
	color: #F08801;
}
.orange #portfolio-item .block-right li a:hover{
	color: #F08801;
}