@charset "utf-8";

/*  css for photobook  */

.photobook_cont   {
	/*background-color: #dde3e1;
	border-radius: 4px;*/
	margin-right: -15px;
	margin-bottom: -15px;
	margin-left: -15px;
	/*padding: 10px;*/
}

#ph_gallery {
	position: relative;
	margin-bottom: 20px;
	display: block;
}
#ph_gallery ul {
	clear: both;
	width: 100%;
}
#ph_gallery ul li {
	display: inline-block;
	font-size: 0px;
	float: left;
	text-align: center;
}
#ph_gallery ul li img {

}
#ph_book_cont {
	margin-bottom: 10px;
	padding: 20px;
	}
#ph_book_cont #read{
	padding: 1em;
	margin-bottom: 1em;
	background: rgba(0,0,0,.1);
	color: #FFF;
	margin-top: 1em;
	text-align: center;
}

#ph_book_cont .page {
	position: relative;
	clear: both;
	padding: 10px;
	text-align: center;
}
#ph_book_cont .page img {
	border: 5px solid #FFF;
	background-color: #FFF;
}
