div#right_panel {
	background-image: url(images/gallery.gif);
	background-position: 500px 0px;
	background-repeat: no-repeat;
}

div.imagogallery {
	color: white;
}

.imago_selectedThumb, .imago_thumbImg {
	border: 1px solid white;
	cursor: pointer;
	margin: 5px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

img.imago_loading {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

.imago_error {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	color: #FFFFFF;
}

div.imago_thumbMenu {
	width: 80px;
	height: 577px;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding-top: 25px;
}
 
table.imago_currentThumbTable {
	width: 80px;
	background: none;
	margin: 0px;
	padding: 0px;
}

table.imago_currentThumbTable td {
	background: none;
	text-align: center;
}

div.imago_currentImage {
	padding-bottom: 0px;
	overflow: hidden;
	width: 500px;
	height: 577px;
}

div.imago_frame {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
}

div.imago_loading {
	display: none;
}

a.imago_navNext, a.imago_navPrev
{
	position: absolute;
	cursor: pointer;
	z-index: 10;
}

a.imago_navPrev {
	right: 0px;
	top: 0px;
	width: 80px;
	height: 16px;
	background: url('images/prev.gif') no-repeat top;
}

a.imago_navNext {
	width: 80px;
	height: 16px;
	right: 0px;
	top: 561px;
	background: url('images/next.gif') no-repeat top;
}