ul#items {
	margin: 1em 0;
	width: 540px;
	height: 500px;
	overflow: hidden;
}

ul#items li {
	list-style: none;
	float: left;
	height: 240px;
	overflow: hidden;
	margin: 0 4px 6px;
	background: #DBDAE0;
	color: #fff;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 1px #777;
	-webkit-box-shadow: 0 1px 1px #777;
	box-shadow: 0 1px 1px #777;
	color: #555;
}

ul#items li:hover {
	color: #333;
}

ul#items li .image {
	background: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	margin: 10px 10px 5px 10px;
	width: 146px;
	height: 150px;
	overflow: hidden;
	border: 2px solid #fff;
	-moz-box-shadow: 0 1px 1px #bbb;
	-webkit-box-shadow: 0 1px 1px #bbb;
	box-shadow: 0 1px 1px #bbb;
	margin: 10px 10px 5px 10px;
}

ul#items h3 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin: .25em 0;
	text-shadow: #f1f1f1 0 1px 0;
}

ul#items .info {
	color: #999;
	text-shadow: #f1f1f1 0 1px 0;
}

ol#pagination {
	position: relative;
	text-align: center;
	position: relative;
}

ol#pagination li {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(jquery.easypaginate/bg_buttons.png) no-repeat 0 0;
	text-align: left;
	text-indent: -8000px;
	list-style: none;
	cursor: pointer;
	margin: 0 2px;
}

ol#pagination li:hover {
	background: url(jquery.easypaginate/bg_buttons.png) no-repeat 0 -16px;
}

ol#pagination li.current {
	color: #f00;
	font-weight: bold;
	background: url(jquery.easypaginate/bg_buttons.png) no-repeat 0 -32px;
}

ol#pagination li.prev,ol#pagination li.next {
	position: absolute;
	top: -300px;
}

ol#pagination li.prev {
	left: 1px;
	background: url(jquery.easypaginate/bg_buttons.png) no-repeat 0 -64px;
}

ol#pagination li.next {
	right: -1px;
	background: url(jquery.easypaginate/bg_buttons.png) no-repeat 0 -48px;
}

TD.pageHeadingSpecialsName,DIV.pageHeadingSpecialsName,SPAN.pageHeadingSpecialsName
	{
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0065CE;
	width: 160px;
}