/* Gallery elements */

div#gallery
{
	margin: 30px auto;
	position: relative;
	left: 22px;
}

div#gallery p#introduction
{
	width: 665px;
}

div#gallery div.thumbnail
{
	float: left;
	width: 226px;
	min-height: 250px;
	position: relative;
}

* html div#gallery div.thumbnail
{
	height: 250px;
}

h3
{
	margin-bottom: 2%;
}

* html h3
{
	margin-bottom: 0;
}

div#gallery div.thumbnail img
{
	float: left;
}

div#gallery div.thumbnail div.overlay
{
	width: 177px;
	height: 15px;
	clear: both;
}

div#gallery div.thumbnail div.overlay span
{
	float: left;
	padding: 2px 0;
	width: 100px;
}

div#gallery div.thumbnail div.overlay img
{
	border: none;
	position: relative;
}

div#gallery div.thumbnail div.overlay img#purchase
{
	left: 40px;
}

div#gallery div.thumbnail div.overlay img#comment
{
	left: 45px;
}

* html div#gallery div.thumbnail div.overlay
{
	position: static;
}

p.pagination
{
	clear: both;
	background: #eeeeee;
	width: 643px;
	padding: 0 5px;
	margin: 1% 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
}

p.pagination a
{
	background: #dddddd;
	padding: 0 3px;
}

p.pagination span.current-page
{
	font-weight: bold;
}
