#arrleft,#arrright {
	width:17px;
	height:13px;
	background-image:url(images/photo-arrow.png);
	position:relative;
	top:-20px;
	opacity:0.4;
	filter: alpha(opacity = 40);
}
#arrright {
	background-position:-17px 0px;
	top:-33px;
}
#arrleft.active, #arrright.active {
	opacity:1;
	filter: alpha(opacity = 100);
}
#imgclose {
	position:relative;
	width:15px;
	height:15px;
	background:#ffe15a;
	font-weight:bold;
	padding-left:4px;
	color:#e5910a;
}
#imgclose:hover {
	color:black;
	cursor:pointer;
}

#xtrascroll {
	width:25px;
	height:140px;
	float:left;
	margin-top:64px;
	margin-left:8px;
}
#xtrascroll .knob {
	margin-left:12px;
}

#xtrapanel {
	overflow:hidden;
	margin-top:65px;
	margin-left:10px;
	max-width:320px;
	max-height:250px;
}

#fadeupper, #fadelower {
	position:absolute;
	width:322px;
	height:20px;
}
#fadeupper { background:url(images/bgr-bottomright-upper.png); }
#fadelower { background:url(images/bgr-bottomright-lower.png); }


#galleryinfo {

}
.extlink {
	color:#d0f0c0;
	text-decoration:none;
	border-bottom:1px dotted #d0f0c0;
}
.extlink:hover {
	border-bottom:1px solid transparent;
}


.thumbar {
	overflow:auto;
	margin-bottom:20px;
}

.x-thumb {
	width:45px;
	height:45px;
	border:1px solid green;
	cursor:pointer;
	float:left;
	margin-left:4px;
	opacity:0.5;
	filter: alpha(opacity = 50);
}
.x-thumb.selected {
	border:1px solid white;
}

.gallery {
	margin-top:2px;
	overflow:auto;
}
	.gallery .title {
		color:#102801;
		font-weight:bold;
	}
	.gallery .info {
		margin:0px 10px 2px 10px;
	}
	.title, .info {
			float:left;
	}
	.thumbar {
		clear:both;
	}
	.galinfo {
		clear:both;
	}
}