#gallery_list {
	margin: 15px 20px 15px 20px;
}

#gallery_list a {
	color: #333;
}

#gallery_list .selected {
	font-weight: bold;
}


#gallery_list ul {
	padding:0;
	margin:0;
	list-style-type:none;
	padding-left: 15px;
	line-height: 1.33em;
}

#gallery_list ul li{
	padding-bottom: 15px;
}

#gallery_list .sel_dot {
	list-style-type: disc;
	color: #8d6a1b;
	font-weight: bold;
}

#gallery_header {
	border-bottom: 1px solid #ccc;
	margin: 20px 20px 10px 20px;
}

#gallery_name {
	font-size: 1.4em;
	float: left;
}

#gallery_paging_top {
	text-align: right;
}

#gallery_paging_bottom {
	margin: 20px 20px 20px 20px;
	padding-right: 0px;
	text-align: right;
	border-top: 1px solid #ccc;
}

#images {
	padding: 20px 30px 0px 30px;
}

.galimg_info {
	line-height: 1.33em;
	width: 162px;
	overflow: hidden;
	text-align: left;
}

.galimg_info_type {
	font-size: 0.9em;
	color: gray;
}

#image {
	padding: 15px 25px 20px 25px;
}

#image_header {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px; 
}

#image_info {
	padding-top: 10px;
	line-height: 1.6em;
}

#image_title {
	font-size: 1.2em;
	float: left;
	width: 370px;
}

#image_paging {
	float: right;
	width: 210px;
	text-align: right;
}

.image_info_type {
	color: gray;
	font-size: 0.9em;
}

.disabled_link {
	color: #ccc;
}