/* Home Styling */


/* ===== Nava's Books ===== */


.books {
    height: 200px;
    width: 250px;
    margin: 0 auto;
    position: relative;
    white-space: nowrap;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
}
.books-left,
.books-right {
    position: absolute;
    top: 0;
    height: 150px;
    width: 50px;
    cursor: pointer;
}
.books-left {
    left: 0;
    background: no-repeat center url(/wp-content/uploads/2014/01/left-book-arrow.png);
}
.books-right {
    right: 0;
    background: no-repeat center url(/wp-content/uploads/2014/01/right-book-arrow.png);
}
.books-left:hover,
.books-right:hover {
    opacity: 0.8;
}
.inner-books {
    overflow: hidden;
    position: relative;
    height: 130px;
    width: 150px;
    left: 50px;
    top: 12px;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
}
.books-slide {
    position: absolute;
    height: 130px;
    left: 0px;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
}
.book {
    width: 150px;
    height: 150px;
    display: inline-block;
    text-align: center;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
}
.book-cover {
    max-width: 120px;
    max-height: 130px;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
}