.portfolio-listing-2column {
	max-width:476px;
	height:260px;
	/*width:33,333333333333333333333333333333%;*/
	float:left;
	overflow:hidden;
	position:relative;
	margin:0 8px 8px 0;
}

.portfolio-listing-2column:nth-child(2n+2) {
	margin-right:0;
}

/*
each slider in different layout must have height and width to make precious IE works well
apply 100%? too optimistic!
*/
.portfolio-listing-2column .flexslider-mini{
	width:476px;
	height:260px;	
}

.portfolio-listing-2column .box {
    background: url("../images/styles/bg_black_portfolio.png") no-repeat scroll 0 0 transparent;
    bottom: -950px;
    color: #FFFFFF;
    height: 1200px;
    position: absolute;
    right: -960px;
    width: 1200px;
}

.portfolio-listing-2column .box span {
    display: none;
	position: absolute;
	left:580px;
	top:676px;
}

.portfolio-listing-2column .box span .link{
	font-family:"Courier New", Courier, monospace;
	font-size:14px;	
	line-height:18px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	width:18px;
	height:18px;
	text-align:center;
	margin-top:18px;
}

.portfolio-listing-2column .box .title {
	font-size:20px;
	line-height:27px;
	display:inline-block;
	max-width:450px;
}

.portfolio-listing-2column .box .category {
	font-size:11px;
	line-height:18px;
}

.portfolio-listing-2column .video {
    background: url("../images/styles/bg_black_portfolio.png") no-repeat scroll -178px -180px transparent;
	bottom:0px;
	right:0px;
	position:absolute;
	width:68px;
	height:66px;
}

.portfolio-listing-2column .video .title,
.portfolio-listing-2column .video .category{
	display:none;
}

.portfolio-listing-2column .video span .link{
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:14px;	
	font-weight:bold;
	text-decoration:none;
	display:block;
	width:18px;
	height:18px;
	line-height:18px;
	text-align:center;
	/*color:#000;*/
	margin:32px 0 0 40px;
	/*background-color:#FFFFFF;*/
}
