div.navigation a.prev {
	background-image: url('images/prevPageArrow.gif');
	height:20px;
	width:16px;
	text-align:left;
}
div.navigation a.next {
	background-image: url('images/nextPageArrow.gif');
	height:20px;
	width:16px;
	text-align:left;
}

div.slideshow img {
	border-color: #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
div.pagination a:hover {
	background-color: #eee;
}
div.pagination span.current {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

