/* Shadow theme */
.ari-theme-shadow .afancybox-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 .afancybox-inner
{
	border: 1px solid #CCC;
	padding: 4px;
	z-index: 10;
}

.ari-theme-shadow .afancybox-outer
{
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 5px;
	padding: 0;
	position: relative;
}

.ari-theme-shadow .afancybox-image A,
.ari-theme-shadow .afancybox-image IMG
{
	display: block;
	position: relative;
	z-index: 10;
}

.ari-theme-shadow .afancybox-image
{
	z-index: 10;
}

/* Pin */
.ari-theme-pin .afancybox-image
{
	position: relative;
}

.ari-theme-pin .afancybox-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 .afancybox-image
{
	position: relative;
}

.ari-theme-clip .afancybox-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 .afancybox-image
{
	position: relative;
}

.ari-theme-flora .afancybox-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;
}

/* Fancy */
.ari-theme-fancy IMG
{
	border: 1px solid #ccc;
	padding: 5px;
	display:block;
}

.ari-theme-fancy A:hover IMG
{
	background-color: #e5e5e5;
	border: 1px solid #e5e5e5;
}