/* CSS Document */

#picture{
	border:#333 solid 2px;
	background-image:url(/theme/blog-header.png);
	background-repeat:repeat-x;
	padding:10px;
	text-align:center;
	background-color:#111;
}
#picture div.picnavigation{
	display:table; width:600px; margin:0 auto;
}
#picture div.picnav_row{
	display:table-row;
}
#picture div.picnav_left{
	display:table-cell; text-align:left; width:20%;
}
#picture div.albumname{
	display:table-cell; text-align:center;
}
#picture div.picnav_right{
	display:table-cell; text-align:right; width:20%;
}


