

.photogallery {
	padding-left: 10px;
}
.photogallery .photo{
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	background-color: #222222;
	text-align: center;
	padding-top: 5px;
	width: 160px;
	text-decoration: none;
	position: relative;
	line-height: auto;
	margin: 3px 11px;
	border: 2px solid transparent;
	cursor: pointer;
}
.photogallery .selected {
	border: 2px solid #00ff00;
}
.photogallery .photo .name {
	padding: 3px;
	color: gray;
	overflow: hidden;
	white-space: nowrap;
}
.photogallery .photo .flash {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 150px;
	height: 100px;
	background-color: white;
	display: none;
}


.gallery_list .gallery_item {
	border: medium none;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	margin: 17px 20px 0;
	position: relative;
	text-decoration: none;
	width: 202px;
	cursor: pointer;
}
.gallery_list .title {
	color:#FF8800;
	font-size:10pt;
	font-weight: bold;
}
.gallery_list .date {
	font-size:11px;
	line-height:11px;
	text-align:left;
	color: gray;
	display: block;
	margin-bottom: 3px;
}
.gallery_list .image_block {
	display: block;
	width: 150px;
	height: 150px;
	padding: 25px;
	background-color: #222222;
	border: 1px solid #444444;
	position: relative;
}
.gallery_list TD.hover . {
}
.gallery_list .image {
	display: block;
	width: 150px;
	height: 150px;
	border: 1px solid #bbbbbb;
	background: transparent none no-repeat center center;
}
.gallery_title {
	font-size: 20pt;
	font-family: trebuchet ms;
	border-bottom: 3px double orange;
}
.gallery_author {
	text-align:right;
	width: 48%;
	float: right;
	clear: both;
	color: gray;
}
.gallery_author A{
	text-decoration: underline;
	cursor: pointer;
	color: gray;
}
.gallery_date {
	width: 48%;
	float: left;
	color: gray;
}
