/* CSS Document */
.portfolioTitleBar {
	background-color:#f9f9f9;
	color:#646463;
	font-family: Tahoma;
	font-size: 11px;
	padding: 7px 10px 2px 10px;
	font-weight: bold;
	margin: 2px;
	height: 20px;
}
.portfolioFlash {
	clear: both;
	margin-top: 10px;
}
.portfolioItem, .printItem, .filmVideoItem, .filmPrintItem {
	width: 419px;
	height: 319px;
	border: 1px solid #ebebeb;
	float: left;
	margin: 0 16px 20px 0;
}
.printItem {
	width: 880px;
	height: 206px;
	margin:0 0 20px 0;
}
.filmPrintItem {
	width: 417px;
	height: 290px;
	margin:0 4px 20px 0;
}
.filmVideoItem {
	width: 417px;
	height: 244px;
	margin:0 4px 20px 0;
}
#portfolioContent p {
	float:left;
	width:425px;
	height:auto;
	margin-top:10px;
	#margin-top:10px;
}
#paginateArea {
	width:30px;
	float:right;
	margin-right:3px;
}
#paginateArea ul{
	list-style:none;
	padding:0;
	margin:0;
	color:#FFFFFF;
	font-weight:bold;
}
#paginateArea li{
	text-align:center;
	background:url(../images/portfolio/bck.paginate.gif) no-repeat;
	width:30px;
	height:22px;
	padding:8px 0 0 0;
	margin:0;
	background-position: 0 0;
}
#paginateArea a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
#paginateArea .activePage{
	text-align:center;
	background:url(../images/portfolio/bck.paginate.gif) no-repeat;
	width:30px;
	height:22px;
	padding:8px 0 0 0;
	margin:0;
	background-position: 0 -32px;
}