.pr-galleryfullsize {
	float:left;
	width:710px;
	margin:0 10px 0 0;
}
.pr-caption {
	font-size:.75em;
}
.pr-thumbs {
	float:right;
	width:120px;
	margin:0 -10px 0 0;
}
.pr-thumbs a {
	float:left;
	outline:none;
	display:block;
	line-height:0;
	position:relative;
	margin:0 10px 10px 0;
}
.pr-thumbs a img.selected {
	opacity:.5;
}
.pr-thumbs a.loading .thumb-loading-wrapper {
	top:0;
	left:0;
	z-index:1;
	background:transparent url(images/bg-thumb-loader.png) 50% 50% no-repeat;
	position:absolute;
}
.pr-thumbs a.loading .thumb-loading-spinner {
	display:block;
	background:transparent url(images/icon-thumb-loading.gif) 50% 50% no-repeat;
}

/*
IE SPECIFIC STYLES
--------------------------------*/
* html .pr-thumbs {
	margin:0 -20px 0 0;
}
