/* @group Projects */
div#temp_projects{
	width: 100%;	
}
div.li_projects{
	width: 100%;
	overflow: hidden;
}
div.pj{
	width: 316px;
	margin: 0 16px 0 0;
	float: left;
}
div.end{
	margin-right: 0 !important;
}
div.pj_w{

}
div.pj_img{
	border: 1px solid #ccc;
	overflow: hidden;
	height:102px;
}
div.pj_img img{
	width: 100%;
	height: auto;
}
div.pj_meta{
	width: 100%;
	background: #eee;
}
div.pj_meta_w{
	width: 310px;
	padding: 0;
	overflow: hidden;
}
div.pj_meta_l{
	width: 176px;
	float: left;
	line-height: 28px;
	padding-bottom: 2px;
	margin: 0 0 0 4px;
}
div.pj_meta_l strong{
	font-weight: bold;
	font-size: 11px;
	color: white;
	padding: 3px;
	background: #AAA;
}
div.pj_meta_r{
	width: 105px;
	float: right;
	text-align: right;
}
p.dl a{
	color: #666;
	font-weight: bold;
	background: #eee;
	line-height: 28px;
	display: block;
	background: url(../../img/common/arrow_dl_g.gif) no-repeat 0 center;
}
p.dl a:hover{
	color: #E0701B;	
	background: url(../../img/common/arrow_dl_g_on.gif) no-repeat 0 center;
}
div.pj_title{
	width: 100%;
	margin: 4px 0 16px 0;
}
div.pj_title h3{
	line-height: 150%;
	margin: 0 0 0 6px;
}
/* Project Tabs */
div#tab_pj div.tabArea{
	width: 100%;
/*	margin-top: 8px; */
}
div#tab_pj div.tab_w{
}
div#tab_pj ul.tab li{
	margin: 0;
	height: 31px;
	float: left;
}
div#tab_pj ul.tab{
	width: 100%;
	overflow: hidden;
	height: 31px;
	border-bottom: 2px solid #eee;
}	
div#tab_pj div.tabPanelGroup{
	clear: both;
	margin: 16px 0 0 0;
}
.bx-wrapper{
	margin-bottom: 40px;
}
.bx-pager{
	width: 100% !important;
	text-align: center !important;
}
#pj_slideshow .caption{
	position:absolute;
	bottom:20px;
	left:50px;
	color:white;
	text-shadow: 0px 1px 5px #000;
	font-size:1.3em;
	line-height:1.35;
}
#pj_slideshow .caption h3{
	font-size:1.5em;
}


/* @end */