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

        a {
            color: #00f;
        }
		#pl_main {
			width: 700px;
			margin: 20px auto;
			font-family: Arial;
			font-size: 14px;
			line-height: 18px;
			color: #333;
		}
		table.gallery {
			padding: 5px;
			width: 589px;
		}
		table.gallery td {
			text-align: center;
		}
		table.gallery img {
			padding: 5px;
			margin: 2px;
			border: 1px solid #ccc;
			max-width: 150px;
			max-height: 300px;
		}
		.mbf-item { display: none; }

