.div_gal_idx{
    font-size: 12px;
	font-weight: bold;
	color: #555;
	background-color: #f8f8f8;
	padding: 4px;
	margin: 5px 10px 0px 10px;
	border: 1px solid #bbb;
    min-height: 40px;
}
.div_gal_idx:hover{
	background-color: #eee;
	cursor: pointer;
}
.div_gal_idx:active{
	background-color: #DDEEDD;
}
.div_gal_idx_private{
    font-size: 12px;
	font-weight: bold;
	color: #555;
	background-color: #FFCC66;
	padding: 4px;
	margin: 5px 10px 0px 10px;
	border: 1px solid #bbb;
    min-height: 40px;
}
.div_gal_idx_private:hover{
	background-color: #FF9933;
	cursor: pointer;
}
.div_gal_idx_private:active{
	background-color: #DDEEDD;
}


.div_gal_idx_detail{
    font-size: 12px;
	font-weight: bold;
	color: #555;
	padding: 4px;
	border-bottom: 1px solid #bbb;
}
.div_alb_detail{
    font-weight: normal;
    font-size: 10px;
    min-height: 75px;
}
.img_gal_thumb{
    float: left;
}
.alb_photo_thumb{
  border: 2px solid #ddd;
  text-align: left;
  width: 400px;
  height: 300px;
  vertical-align: bottom;
  margin: 1px;
  /*overflow: hidden;*/
  display: inline-table;
}
.alb_photo_thumb:hover{
  cursor: pointer;
  border: 2px ridge #66CCFF;
}
.alb_photo_thumb:active{
  background-color: #DDEEDD;
}


span.alb_photo_thumb_title{
  font-size: 11px;
  font-weight: bold;
  top: 100px;
}
td.alb_photo_thumb_title{
  background: #CCCCCC;
}
.alb_photo_thumb_status{
  font-size: 10px;
}
.galery_out_list{
  text-align: center;
}
.gal_photo_title{
  text-align: center;
}
.alb_photo_thumb_console{
}

#subalbums{
  font-size: 0.9em;
  padding-left:35px;
  font-weight: normal;
}
#subalbums a{
  color:#777;
}

















