.portfolio{
}
.portfolio td{
	padding: 10px;
	padding-left: 26px;
	padding-right: 26px;
}
.portfolio .box{
	margin-left: auto;
	margin-right: auto;
	width: 240px;
	height: 310px;
	padding-left: 8px;
	padding-right: 8px;
	color: #999;
	background: url(../img/portBoxBG.png) no-repeat bottom left;
	cursor: pointer;
}
.portfolio .box:hover{
	background: url(../img/portBoxBG-mover.png) no-repeat top left;
}
.portfolio .box .preview{
	height: 190px;
	width: 100%;
}
.portfolio .box .title{
	text-align: center;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 8px;
	font-size: 13pt;
}
.portfolio a{
	color: #999;
	text-decoration: none;
}
.portfolio .box .desc{
	margin-top: 20px;
	font-size: 10pt;
}

