UL.imagelist
{
	list-style: none;
	text-align: center;
}

UL.imagelist img
{
	border: 1px solid #ccc;
}

#controls
{
	float: right;
}
#controls A
{
	width: 65px;
	height: 27px;
	display: inline-block;
	background-repeat: no-repeat;
	text-indent: -1000em;
}
A.next
{
	background-image: url(../images/icons/arrow_forward.png);
}
A.prev
{
	background-image: url(../images/icons/arrow_back.png);
}
