#gallery-wrapper
{
	width: 820px;
	min-height: 100px;
	margin: 10px auto;
}

.image-wrapper
{
	width: 240px;
	min-height: 205px;
	float: left;
	margin: 10px;
	padding: 0px;
	background-color: #000;
	border: solid 5px #fff;
	-moz-box-shadow: 0 0 8px #555;
	-webkit-box-shadow: 0 0 8px #555;
	box-shadow: 0 0 8px #555;
}

.image
{
	width: 240px;
	height: 180px;
	position: relative;
	overflow: hidden;
}

.link
{
	width: 234px;
	height: 28px;
	background-color: #fff;
	color: #222;
	text-align: center;
	padding: 5px 3px;
	vertical-align: middle;
	font-size: 12px;
	text-decoration: none;
	margin: auto 0;
}

.link a
{
	color: #222;
	font-size: 12px;
	text-decoration: none;
	margin: auto 0;
}

.link a:hover
{
	text-decoration: underline;
}

#gallery-pagination
{
	width: 800px;
	height: 26px;
	clear: both;
	text-align: left;
	margin: 10px auto;
	font-family: Arial, Helvetica, sans-serif;
}

.seo-nonselected
{
	width: 10px;
	height: 20px;
	background-color: #E16E00;
	color: #173E88;
	font-size: 18px;
	border: solid 2px #345AA4;
	display: block;
	float: left;
	margin: 0 2px;
	padding: 3px 8px;
	text-decoration: none;

	/* IE 9 */
	width: 10px\9;
	height: 19px\9;
	padding: 4px 8px 3px 8px\9;
}

.seo-selected
{
	width: 10px;
	height: 20px;
	background-color: #76B500;
	color: #173E88;
	font-size: 18px;
	font-weight: bold;
	border: solid 2px #345AA4;
	display: block;
	float: left;
	margin: 0 2px;
	padding: 3px 8px;
	text-decoration: none;

	/* IE 9 */
	width: 10px\9;
	height: 19px\9;
	padding: 4px 8px 3px 8px\9;
}

.seo-first
{
	width: 9px;
	height: 20px;
	padding: 3px 9px;

	/* IE 9 */
	width: 9px\9;
	height: 19px\9;
	padding: 4px 9px 3px 9px\9;
}

.seo-double
{
	width: 19px;
	height: 20px;
	padding: 3px 4px;

	/* IE 9 */
	width: 20px;
	height: 19px;
	padding: 4px 4px 3px 3px;
}

/* safari/chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
 .seo-nonselected
 {
	width: 11px;
	height: 18px;
	background-color: #E16E00;
	color: #173E88;
	font-size: 18px;
	border: solid 2px #345AA4;
	display: block;
	float: left;
	margin: 0 2px;
	padding: 4px 7px 4px 8px;
	text-decoration: none;
 }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
 .seo-selected
 {
	width: 10px;
	height: 19px;
	background-color: #76B500;
	color: #173E88;
	font-size: 18px;
	font-weight: bold;
	border: solid 2px #345AA4;
	display: block;
	float: left;
	margin: 0 2px;
	padding: 4px 8px 3px 8px;
	text-decoration: none;
 }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.seo-first
	{
		width: 9px;
		height: 19px;
		padding: 4px 9px 3px 8px;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.seo-double
	{
		width: 20px;
		height: 19px;
		padding: 4px 4px 3px 3px;
	}
}

/* end safari/chrome */

.seo-selected:hover, .seo-nonselected:hover
{
	background-color: #efefef;
	text-decoration: none;
}

.featured
{
	background-image: url('/images/css-images/gallery_featured.png');
	background-repeat: no-repeat;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
	position: absolute;
}