.pp_gallery ul a
{
 width: 50px;
 text-align: center;
}

.pp_gallery ul a img
{
 display: block;
 margin: 0 auto;
}

.ari_prettyphoto_hide
{
	display: none;
}

#pp_full_res .ari_prettyphoto_hide
{
	display: block;
}

TABLE.prettyphoto-simple-table DIV.apretty-image,
TABLE.prettyphoto-simple-table DIV.apretty-title
{
	text-align: center !important;
}

/* Shadow theme */
.ari-theme-shadow .apretty-shadow
{
	position: absolute;
	background: transparent url("images/shadow.png") no-repeat right bottom;
	bottom: -5px;
	right: -5px;
	width: 100%;
	height: 100%;
	z-index: 9;
	padding: 0;
	margin: 0;
}

.ari-theme-shadow .apretty-inner
{
	border: 1px solid #CCC;
	padding: 4px;
	z-index: 10;
}

.ari-theme-shadow .apretty-outer
{
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 5px;
	padding: 0;
	position: relative;
}

.ari-theme-shadow .apretty-image A,
.ari-theme-shadow .apretty-image IMG
{
	display: block;
	position: relative;
	z-index: 10;
}

.ari-theme-shadow .apretty-image
{
	z-index: 10;
}

/* Pin */
.ari-theme-pin .apretty-image
{
	position: relative;
}

.ari-theme-pin .apretty-cap
{
	position: absolute;
	width: 28px;
	height: 21px;
	top: -18px;
	left: 50%;
	background: transparent url("images/pin.png") no-repeat center center;
	z-index: 11;
}

/* Clip */
.ari-theme-clip .apretty-image
{
	position: relative;
}

.ari-theme-clip .apretty-cap
{
	position: absolute;
	width: 30px;
	height: 61px;
	top: -10px;
	left: -7px;
	background: transparent url("images/paper-clip.png") no-repeat center center;
	z-index: 11;
}


/* Flora */
.ari-theme-flora .apretty-image
{
	position: relative;
}

.ari-theme-flora .apretty-cap
{
	position: absolute;
	width: 122px;
	height: 72px;
	top: -26px;
	left: -21px;
	background: transparent url("images/floral-corner.png") no-repeat center center;
	z-index: 11;
}