/* styles used by "gallery.js" */

#gallery {
	clear: right;
	text-align: center;
	margin: 0;
	padding: 10px;
}

.photo-strip {
	width: auto;
	clear: right;
	margin: 0 20px 0 0; 
	height: 150px;
	overflow: hidden;
}

.gallery-photo-navi-all {
	float: right;
	width: 30px;
	height: 140px;
	margin: 5px 20px 5px 5px;
	background: url(../images/photo-arrow-right.gif) no-repeat right center;
	cursor: pointer;
}

/* Displaying thumbs */

#gallery-strip	{
	clear: right;
	margin: 0 20px 0 0; 
}

.gallery-slide {
	float: left; 
	margin: 5px;
	width: 140px; 
	height: 140px;
	background: url(../images/slide140.gif); 
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}

.gallery-thumb {
	margin: 0;
	padding: 0;
	border: 1px solid #bebebe;
}

/* Displaying photos */

#gallery-photo {
	clear: right;
	margin: 0 auto;
	background: #FFFFFF;
	border: 1px solid #bebebe;
}

#gallery-photo IMG {
	background: none;
	border: 1px solid #bebebe;
}

.gallery-photo-navi-prev {
	position: absolute;
	background: url(../images/photo-arrow-left.gif) no-repeat left top;
	cursor: pointer;
	opacity: 0.2; 
	filter: alpha(opacity: 20);
}

.gallery-photo-navi-next {
	position: absolute;
	background: url(../images/photo-arrow-right.gif) no-repeat right top;
	cursor: pointer;
	opacity: 0.2; 
	filter: alpha(opacity: 20);
}
