div.gallery-wrapper 
{
	position :relative;
}

div.gallery-wrapper div.loading
{
	position: absolute; 
	top: 0px; 
	left: 0px; 
	right: 0px; 
	bottom: 0px; 
	background: #ffffff url(/images/lightbox-ico-loading.gif) center center no-repeat; 
	z-index: 20000;
}

div.gallery-images div.image
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.gallery-images div.image .inner
{
	border: solid 1px #A8A9A8;
	padding: 3px;
	display: block;
}

div.gallery-images div.image .inner a.gallery-image
{
	display: block;
	width: 100px;
	height: 100px;
	background-position: center center;
	background-repeat: no-repeat;
}

div.gallery-images div.image .inner .hide, div.gallery-images div.image .inner .hide a
{
	display: none;
}

div.paging ul
{
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	display: block;
}

div.paging ul li
{
	display: block;
	float: left;
	margin: 0 2px;
	padding: 0;
	list-style-type: none;
}

div.paging ul li.clear
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
}

div.paging ul li a
{
	display: block;
	
}

div.paging ul li.selected a
{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

