.show-books-out{
    position: relative;
    min-height: 480px;
    overflow: hidden;
}
.show-books{
    position: absolute;
    width:100%; 
    height:100%;
    left:0;
	padding-top:120px;
	margin-top:40px;
}
.run-box{
    transition: left 1000s;
}
.show-books .book{
    position: absolute;
    display: inline-block;
    border: 1px solid #F2F2F2;
    background: lightgray;
}
.show-loading{
	position: absolute;
	left:50%;
	top:150px;
	margin-left:-60px;
    z-index:10;
    width:64px;
	height:64px;
}
.show-books .book:hover{
    border-color: lightgray;
	box-shadow:0 0px 12px  rgba(0, 0, 0, 0.2);
}
.show-books .book img{
    width:100%;
}

.book-play-box>.col-md-4{
	position: relative;
}

.book-play-box>.col-md-4 .place-holder{
    visibility:hidden;
}
.book-play-box>.col-md-4 .showImgBooks {
    width: 100%;
    height: 100%;
}

.book-play-box>.col-md-4 .showImgBooks img:first-child{
    z-index:10;
}

.book-play-box>.col-md-4 .showImgBooks img{
    position: absolute;
    left:15%;
    top:15%;
    width:70%;
    box-shadow:0 4px 8px rgba(0, 0, 0, 0.4);
    transition: all 0.5s;
}
