div.jcarousel-container-horizontal
{
	background: url(../images/carousel-bg.png) no-repeat;
	height: 123px;
	padding: 0 20px;
}

img.scrollbutton
{
	top: 40%;
	position: absolute;
	cursor: pointer;
}

img.previous
{
	left: 4px;
}

img.next
{
	right: 4px;
}

li.project-item
{
	width: 142px;
	height: 105px;
	cursor: pointer;
	margin: 17px 5px;
}

li.project-item-active
{
	background: url(../images/project-item-active.png) no-repeat;
}

li.project-item img
{
	width: 130px;
	height: 80px;
	margin: 5px auto;
	display: block;
}

li.project-item.left-end-item
{
	margin: 17px 5px 0 0;
}

li.project-item.right-end-item
{
	margin: 17px 0 0 0;
}

div#content.portfolio
{
	margin: 10px 0 0 0;
}

div.projects-left-column
{
	float: left;
}

h2
{
	font-style: normal;
	text-align: center;
	font-weight: normal;
	margin: 10px 0 5px 0;
	color: #666;
}

img.content-image
{
	float: left;
	margin: 0.8em 0 0 0.5em;
}

div.content-accordion-container
{
	float: right;
	height: 315px;
	margin: 0.8em 0.5em 0 0;
	width: 267px;
}

ul#content-accordion li h3
{
	background: url(../images/portfolio-content-heading.png) repeat-x;
	height: 22px;
	border: 1px solid #dfdfdf;
	color: #666;
	font-size: 0.9em;
	line-height: 22px;
	padding: 0 0 0 1em;
	font-weight: bold;
}

ul#content-accordion li div
{
	background: #fff;
	border: 1px solid #dfdfdf;
	border-width: 0 1px 1px 1px;
	padding: 0.5em 1em 0em 1em;
	font-size: 0.8em;
	line-height: 1.3em;
	color: #666666;
}

div#content.portfolio
{
	background: url(../images/portfolio-content.png) no-repeat;
}

div#content.portfolio div#content-bottom
{
	background: url(../images/portfolio-content-bottom.png) no-repeat bottom left;
	width: 100%;
	height: 1em;
}

div#content-bottom
{
	background: url(../images/portfolio-content-bottom.png) no-repeat bottom left;
}
