.fancybox-custom .fancybox-outer {
	box-shadow: 0 0 50px #222;
}

.port-separator {
	width:100%;
	margin:25px 0px;
	padding:0px;
	float:left;
	display:block;
	border-top:1px dashed #c8c8c8;
	height:2px;
}

.even {
	width:220px;
	float:left;
	display:block;
	margin:0px 35px 0px 0px;
	padding:0px;
	height:auto;
}

.category {
	color:#000;
	font-weight:bold;
	margin:10px 0px 25px 0px;
	float:left;
	display:block;
}

.category a {
	text-decoration:none;
	background:#c8c8c8;
	border-radius:5px;
	padding:10px 25px;
	margin:0px 3px;
	font-size:12px;
	color:#242424;
}

.thumb {
	background:#f2f2f2;
	padding:10px 5px 10px 10px;
	margin:10px 10px 10px 0px;
	width:200px;
	height:200px;
	float:left;
	display:block;
	border:1px solid #d8d8d8;
	position:relative;
}

.thumb img {
	width:200px;
	height:200px;
	position:relative;
	padding:0px;
	margin:0px;
}

.thumbnail_image {
	display:none;
	background:url(../images/thumb-hover.png) no-repeat;
	width:195px;
	height:200px;
}

.thumb:hover .thumbnail_image {
	display:block;
	position:absolute;
	top:10px;
}

.thumb:hover .thumbnail_image img {
	z-index:-1;
}

.thumb:hover img {
	z-index:0;
}

.bigimage {
	background:#f2f2f2;
	padding:0px 5px 10px 0px;
	width:100%;
	height:auto;
	float:left;
	display:block;
	border:1px solid #d8d8d8;
}

.bigimage img {
	width:100%;
	height:100%;
	padding:5px 0px 0px 10px;
}

.bigimage:hover {
	background:#c8c8c8;
	opacity:0.5;
	filter:alpha(opacity=50);
}


.crop {
	float:left;
	margin:0px;
	overflow:hidden; /* this is important */
	position:relative; /* this is important too */
	width:100%;
	height:300px;
	padding:0px;
}
.crop img {
	position:absolute;
	top:0px;
	left:0px;
}

.cleared {
	clear:both;
}

.zoomimage {
	float:right;
	margin:10px 0px;
	background:url(../images/zoom.png) no-repeat;
	line-height:24px;
	display:block;
	height:24px;
	padding:5px 0px 5px 30px;
}

.port-description {
	height:60px;
	text-align:justify;
	line-height:15px;
	font-size:12px;
}

a.view-project {
	clear:both;
	float:left;
	margin:20px 0px;
	display:block;
	padding:4px 25px;
	background:#C72026;
	border-radius:5px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	text-transform:capitalize;
}