#references
{
	list-style: none;
	margin: 0 !important;
	padding: 0;
	height: 560px;
	overflow: hidden;
	clear: both;
}

#references li
{
	float: left;
	width: 150px;
	height: 140px;
	text-align: center;
	font-weight: bold;
}

#references li span
{
	display: block;
	width: 145px;
	height: 110px;
	background: url('../images/shadow_references.png') no-repeat;
	text-align: left;
}

#references li img
{
	background: #fff;
	border: 1px solid #ddd;
	margin: 0 !important;
}

.scrollBack
{
	display: block;
	float: right;
	font-size: 14px;
	padding: 7px 35px 6px 0;
	margin: 0 16px 8px 0;
	background: url('../images/references_arrows.png') top right no-repeat;
}

.scrollForward
{
	display: block;
	float: right;
	font-size: 14px;
	padding: 6px 35px 7px 0;
	margin: 0 16px 0 0;
	background: url('../images/references_arrows.png') bottom right no-repeat;
}
