.fltlft {
	float:left;
}
.fltrht {
	float:right
}
.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
	padding:0px;
	margin:0px;
	height:0px;
}
.clrBlock {
	clear:both;
	font-size:0px;
	line-height:0px;
	display:block;
}
.clrfltlft {
	clear:left;
	font-size:0px;
	line-height:0px;
	padding:0px;
	margin:0px;
}
.clrfltrht {
	clear:right;
	font-size:0px;
	line-height:0px;
	padding:0px;
	margin:0px;
}
.book-img {
	border: 1px solid #FFF;
}
/* Boxes Wrapper */

.box_wrappper {
	width:auto;
	height:auto;
	padding:25px 0;
}
.box {
	width: 120px;
	height: 120px;
	overflow: hidden;
	margin:20px 20px 0 0;
	position:relative;
}
.box .blog_view {
	width:120px;
	height: 120px;
	display:block;
}
.box .blog_view .blog_info {
	width:120px;
	height: 120px;
	display:none;
	position:absolute;
	background-color:#fff;
	opacity:0.9;
	filter:alpha(opacity=90);
	color:#000;
	cursor:hand;
	font-size: 11px;
	left: 0px;
	top: 0px;
}
.box .blog_view:hover .blog_info {
	width:120px;
	height: 120px;
	display:block;
	text-align:center;
	vertical-align: middle;
	padding-top: 50px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
