/* --------------------------------	*/
/* projecten					 	*/
/* --------------------------------	*/
.maincontent .info .infowrapper .screenshots	{
	background		: #f0f0f0;
	margin			: 0 0 15px 0;	
}

.maincontent .info .infowrapper .screenshots .groot
{
	float			: left; 
	width			: 330px; 
	text-align		: center; 
	background		: #f0f0f0; 
	padding			: 10px;
}

.maincontent .info .infowrapper .screenshots .project_thumbs
{
	float			: left; 
	margin			: 0 0 0 10px; 
	width			: 300px; 
	text-align		: center; 
	background		: #f0f0f0;
	padding			: 10px 0;
    list-style      : none;
}

.maincontent .info .infowrapper .screenshots .project_thumbs li
{
	float			: left;
	width			: 140px;
	padding			: 0;
}

.maincontent .info .infowrapper .screenshots .project_thumbs li img,
.maincontent .info .infowrapper .screenshots .groot img
{
	border			: 1px solid #DDDDDD;
	padding			: 5px;
	background		: white;
}

.maincontent .info .infowrapper .screenshots .project_thumbs li:hover img,
.maincontent .info .infowrapper .screenshots .groot img:hover
{
	border: 1px solid #E57B07;
}


.sample6 span {
	width: 189px;
	height: 137px;
	display: block;
	position: absolute;
	top: -5px;
	left: -5px;
	background: url(images/cut-corner.png) no-repeat;
}

dl.project_url	{
	margin			: 10px 0 0 0;
	padding			: 5px 10px;
	background		: #f9f9f9;
	border			: 1px solid #DDD;
}

dl.project_url:hover, dl.project_url_over
{
	border			: 1px solid #E57B07;
	cursor			: pointer;
}

dl.project_url dt	{
	width			: 50px;
	float			: left;
}

dl.project_url dd	{
	float: left;
}