/*-----------------------------------------
layoutbox
------------------------------------------*/
	#book-container {
	position:relative;
	z-index:1;
	overflow:hidden;
}
	#book-container {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index:998;
	}
	.booklist .item {
	width:224px;
	height:245px;
	text-align:center;
	overflow:hidden;
	margin-top:10px;
	margin-left:6px;
	margin-right:6px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#382215+0,1c0903+100 */
background: rgb(56,34,21); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(56,34,21,1) 0%, rgba(28,9,3,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(56,34,21,1)), color-stop(100%,rgba(28,9,3,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(56,34,21,1) 0%,rgba(28,9,3,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(56,34,21,1) 0%,rgba(28,9,3,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(56,34,21,1) 0%,rgba(28,9,3,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(56,34,21,1) 0%,rgba(28,9,3,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#382215', endColorstr='#1c0903',GradientType=0 ); /* IE6-9 */

	}
	.item h2 {
	color:#ffffff;
	font-size:112.5%;
	font-weight:normal;
	}
	.masonry-image {
	margin:0px auto;
	}
	.masonry-image img {
	margin:14px auto;
	display:block;
	width:118px;
	}
/*--------mediaquery-------*/
@media screen and (max-width: 767px) {

}
@media screen and (min-width : 768px){

}
/*--------mediaquery end-------*/
