.jumbotron-off {
	position: absolute;
	background: transparent;
	top: 40px;
	color: #fff;
}
.item h2{
    margin: 0;     
    color: #666;
    padding-top: 90px;
    font-size: 52px;
    font-family: "trebuchet ms", sans-serif;  
	opacity: .2;	
}

.item{
    background: #777;    
    text-align: center;
    height: 400px !important;
	overflow: hidden;
	border-radius: 5px 5px 5px 5px;

}
.carousel{
    margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

#rightarr {
	border-radius: 0 5px 5px 0;
	overflow: hidden;
}

#leftarr {
	border-radius: 5px 0 0 5px;
}

.bookDesc {
	margin: 14px 0 14px 0;
	line-height: 1.7;
}

.buyInfo {
	margin-bottom: 14px;
}


.bookInfo .carousel-inner {
	max-height: 130px !important;
}

.bookInfo .item {
	background-color: transparent !important;
	max-height: 130px !important;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
}