@charset "utf-8";
/* CSS Document */

#xPhoto #gallery_container {

}

/* directory */
#xPhoto #gallery_container .head_one {
}

/* album name */
#xPhoto #gallery_container .head_two {
	font-size:14pt;
	font-weight:bold;
	clear:both;
	color:#f00;
	border:1px solid #f00;
	border-width:0 0 1px;
	margin:25px 0 0;
}

#xPhoto #gallery_container .gallery_thumbnails {
	width:20%;
	text-align:center;
	float:left;
}

#xPhoto #gallery_container .gallery_thumbnails a {
	text-decoration:none;
}

#xPhoto #gallery_container .empty_directory {
	margin:25px 0;
	padding:0 25px;
	font-style:italic;
	font-weight:normal;
	color:#565656;
}

#xPhoto .navigation {
	list-style:none;
}
#xPhoto .navigation li {
	width:20%;
	text-align:center;
	float:left;
}