.project {
	border-top: 0px solid #A7A9AC;
	width: 811px;
	padding:0px;
	margin:0px;
	float: left;
	position: relative;
}
.project_info {
	position:absolute;
	right:21px;
	top:283px;
	text-align:right;
	padding: 0 0 0 0px;
	margin:0px;
	z-index: 1;
}
.project_info h1 {
	color:#fff;
	font:normal 18px/22px "RockwellLightRegular", Times, serif;
	padding-top: 10px;
	padding-bottom:2px;
	margin: 0px;
}
.project_info h2 {
	color:#fff;
	font:normal 14px/18px "RockwellLightRegular", Times, serif;
	padding-top:0px;
	margin: 0px;
	padding-bottom:0px;
}
div.scrollable {
	position: relative;
	overflow: hidden;
	width: 811px;
	height: 349px;
	cursor: pointer;
	display: block;
	padding:0px;
	margin:0px;
}
div.scrollable div.items {
	width:10000em;
	position: absolute;
	padding:0px;
	margin:0px;
}
div.scrollable div.items div {
	float:left;
	padding:0px;
	margin:0px;
}
