.imagepager
{
	margin-bottom: 20px;

	background: #000000 url(/static/box_background.png) top left no-repeat;
}

.imagepager-previous
{
	float: left;
	width: 180px;
	height: 140px;
	margin-right: 20px;
}

.imagepager-previous-arrow
{
	float: left;
	width: 10px;
	height: 140px;
	margin-right: 10px;

	background: url(/static/miniarrow_left.png) center right no-repeat;
}

.imagepager-next
{
	float: left;
	width: 180px;
	height: 140px;
	margin-left: 20px;
}

.imagepager-next-arrow
{
	float: left;
	width: 10px;
	height: 140px;
	margin-left: 10px;
	
	background: url(/static/miniarrow_right.png) center left no-repeat;
}

.imagepager-body
{
	float: left;
	width: 220px;
	height: 140px;

	overflow: hidden;
	text-align: center;
}

.imagepager-body h3
{
	margin-top: 50px;
}

.imagepager-padder
{
	padding: 20px;
}