.gallery-list{
	text-align: center;
	color: #114a69;
}

.title{
	text-align: center;
	width: 300px;
	margin: 20px auto 20px auto;
	font-weight: bold;
	font-size: 16px;
}

.gallery_name, .gallery_name a{
	margin: 10px auto 10px auto;
	text-align: center;
	width: 500px;
	font-weight: bold;
	font-size: 13px;
	color: #114a69;
	text-decoration: none;
}

.gallery_name a:hover{
	color: #f00;
	text-decoration: underline;
}

.gallery{
	margin: 0px auto 40px auto;
	display: block;
	height: 134px;
	width: 866px;
}

img.borderless{
	border: none;
	height: 96px;
}

.gallery_in, .gallery_out{
	display: block;
	width: 103px;
	height: 134px;
	background: url(/images/bg_album_edge.jpg);
	float: left;
}

.gallery_in{
	background-position: 103px 0px;
}

.gallery_content{
	display: block;
	width: 644px;
	height: 134px;
	background: url(/images/bg_album.gif) repeat-x;
	float: left;
	overflow: hidden;
}

.gallery_content img{
	
}

.gallery_content table{
	height: 120px;
	margin-top: 9px;
	*margin-top: 8px;
}

td.optional_descript{
	font-size: 10px;
	/*color: #114a69;*/
	color: #888;
	width: 120px;
	height: 100px;
	padding: 5px 5px 5px 5px;
}

.photo_container{
	margin: 25px auto 25px auto;
	width: 750px;
}

td.photo_item, td.photo_item_empty{
	width: 20%;
	height: 170px;
	background: #e7eff4;
	text-align: center;
}

td.photo_item table{
	width: 120px;
	margin: 0px auto 0px auto;
}

td.photo_item_empty{
	background: none;
}

td.photo{
	height: 120px;
}

td.photo img{
	border: 2px solid #114a69;
}

td.photo_descript{
	height: 40px;
	text-align: center;
	font-size: 10px;
	color: #114a69;
	text-decoration: none;
}