#gallery {
	width: 230px;
	height: 322px;
	position: relative;
}

#gallery-arrow-right {
	left: 157px;
}

#gallery-arrow-left {
	left: 40px;
}

#gallery-arrow-left, #gallery-arrow-right {
	width: 25px;
	height: 32px;
	top: 272px;
}

#gallery-arrow-left, #gallery-arrow-right, #gallery-pop-up {
	cursor: pointer;
	position: absolute;
}

#gallery-images {
	position: absolute;
	top: 49px;
	left: 36px;
	text-align: center;
}

.picasa-gallery-image {
	position: relative;
	padding: 2px;
	cursor: pointer;
	width: 48px;
	height: 48px;
	float: left;
	border: 1px solid #FFF;
	text-align: center;
}

	.picasa-gallery-image:hover {
		border: 1px solid #BBB;
	}
	
#album-selection, #gallery-image-ext, #gallery-ext, #gallery-images-ext, #gallery-arrow-prev, #gallery-arrow-next {float: left;}
#gallery-arrow-prev, #gallery-arrow-next {cursor: pointer;}

#album-selection {
	width: 190px;
	min-height: 500px;
	font-weight: bold;
	font-size: 10pt;
	margin: 20px 50px 30px 20px;
	padding: 12px;
	background-color: #333;
}

	#album-selection h3 {
		font-size: 12pt;
		border-bottom: 1px solid #EEE;
		color: #FFF;
	}
	
	#album-selection ul {
		list-style: none;
	}
	
	#album-selection a {
		color: #FFF;
	}

#gallery-image-ext {
	clear: right;
	height: 400px;
	width: 600px;
	text-align: center;
	margin: 20px 0px 15px 0px;
}

#gallery-ext {
	width: 460px;
	height: 50px;
	margin-left: 25px;
}

#gallery-ext-title {
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid #FFF;
}

#gallery-ext-description {
	font-size: 9pt;
	border-top: 1px solid #FFF;
}

#gallery-ext-title, #gallery-ext-description {
	width: 575px;
	background-color: #333;
	padding: 5px;
	text-align: center;
	color: #FFF;
}

.gallery-images-ext {
	position: relative;
	padding: 2px;
	cursor: pointer;
	width: 80px;
	height: 45px;
	float: left;
	border: 1px solid #FFF;
	text-align: center;
}

	.gallery-images-ext:hover {
		border: 1px solid #BBB;
	}