.portfolio{
	position: relative;  
	padding: 0 0 0 0;
}

.portfolio li{
	float: left;
	cursor: pointer;  
	height: 158px;
	width: 45px;
	overflow: hidden;
}

.portfolio li a{
	display: block;
	height: 158px;
	width: auto;
}

.portfolio li div{
	width: 250px;
	height: 158px;
	background: #d9d9d9;
	padding: 0 0 0 45px;
 }

.portfolio li div h2{
	padding: 15px 0 0 15px;
	margin: 0;
	font-weight: bold;
}

.portfolio li div p{
	padding: 0 15px 0 15px;
	margin: 0;
	text-align: justify;
	font-size: 12px;
}

.portfolio li div p.viewWork{
	position: absolute;
	top: 100px; left: 160px;
}

.viewWork img, .viewWork a
{
	border:0px none;
}

.portfolio li img{
	position: absolute;
	display: block;
}

.html
{
	background: white;
	border: 0px none;
}

.popDescrip
{
	text-align: justify;
	width: 573px;
	height: 375px;
	overflow: hidden;
	padding: 50px 100px 0 100px;
	font-size: 14px;
	background: url('../images/popDescripBar.jpg') bottom left no-repeat #c6c29d;
	color: #381d0c;
}

.popDescrip p
{
	padding: 15px 0;
}

#shadowbox_body
{
	overflow: hidden;
}

.portfolioInner
{
	background: url(../images/collageBar.jpg) top center no-repeat white;
	padding: 20px 0 40px 0;
}

.portfolioInner .portfolioTitle
{
	color: #c5c19d;
	float: right;
	margin: -65px 0 0 0;
	font-size: 20px;
	font-weight: bold;
}

.portfolioInner .portfolioTitle b
{
	color: #666;
}

.portfolioInner li
{
	padding: 0;
	margin: 0 0 0 5px;
	display: inline !important;
	float: left;
}

.portfolioInner li a
{
	padding: 0;
	margin: 0;
	width: 228px;
	height: 94px;
	display: block;
	clear: both;
}

.portfolioInner li p
{
	width: 266px;
	height: 139px;
	padding: 34px 0 0 28px;
	background: url(../images/portfolio/liBack.jpg) top left no-repeat;
}

.portfolioInner li img
{
	border: 1px solid #ccc;
	display: block;
	padding: 0;
	margin: 0;
}

.portfolioInner li b
{
	font-weight: normal;
	padding: 5px 0 0 0;
	font-size: 11px;
	display: block;
	clear: both;
}

.portfolioInner a b
{
	float: right;
	color: white !important;
	background: #999;
	padding: 0 8px;
	margin: 0 -1px 0 0;
	font-size: 10px !important;
	font-weight: normal !important;
}

