
#thumbnailGallery {
	float: left;
	margin: 0 0 10px 0;
	overflow-y: visible;
	width: 544px;
	position: relative;
	top: 0;
}
#formForScrollWidth {
	visibility: hidden;
	height: 0;
	overflow: hidden;
}
#scrollLeft, #scrollRight {
	height: 52px;
	width: 109px;
	padding-top: 30px;
	font-weight: bold;
	color: white;
	font-size: 2em;
	position: relative;
	float: left;
	cursor: default;
}
#scrollRight {
	float: right;
	text-align: right;
}
#thumbnailGallery ul {
/*	position: absolute;*/
	top: 0;
	left: 0;
	list-style: none;
	float: left;
	overflow: hidden;
	margin: 0 !important;
	background: white;
}
#thumbnailGallery ul a {
	float: left;
	width: 109px;
	height: 82px;
	display: block;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	background: white;
}
#thumbnailGallery ul a img {
	float: left;
	border: 0;
	width: 109px;
	height: 82px;
}
#thumbnailGallery ul a.selected {
	cursor: default;
	width: 109px;
}
#thumbnailGallery ul a.selected img {
	/*opacity: 1;*/
}
#thumbnailGallery ul a.selected span {
	border-bottom: 0;
	height: 77px;
	width: 99px;
	padding-left: 0;
	padding-top: 55px;
}
#thumbnailGallery ul a.selected:hover span {
	background: none;
	width: 99px;
}
#fullImageContainer {
	padding-top: 5px;
	font-size: 0;
	height: 0;
	float: left;
	width: 100%;
	top: 82px;
	left: 0px;
}
#thumbnailGallery li {
	float: left;
}
#thumbnailGallery li span {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 42px;
	line-height: 23px;
	text-indent: -5px;
	text-decoration: none;
	background: transparent url(../../images/pfinda/layout/trans.png);
	height: 22px;
	width: 104px;
	padding-left: 5px;
	padding-top: 60px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
#fullImageContainer img {
	width: 544px;
}
#thumbnailGallery li a:hover span {
	background: url(../../images/pfinda/layout/magnify-icon.png) no-repeat right top !important;
}
#thumbnailGallery li.galleryBack, #thumbnailGallery li.galleryForward {
	width: 20px !important;
	background: #333;
	float: left;
}
#maskContainer {
	position: absolute;
	top: 0;
	left: 0;
}
#imageMask {
	float: left;
	border: 1px solid white;
	background: none;
}
#maskRightCol {
	float: right;
}
#imageCount {
	position: relative;
	top: -45px;
	margin-bottom: -35px;
	left: 230px;
	width: 85px;
	float: left;
	padding: 2px 5px;
	display: inline;
	border: 1px solid white;
	color: white;
	text-align: center;
	font-size: 10px;
}
.blackMask {
	background: black;
	float: left;
}