﻿.ajax_slider_container {
    width:949px;
    margin:22px 3px 0 3px;
}

.ajaxslider {
    position:relative;
}

.ajaxslider-item {
        display:inline-block;
        width: 190px;
        text-align: center;
        position:relative;
    }

    .ajaxslider-window {
        width:100%;
        overflow:hidden;
        position:relative;
        height:264px;
    }

    .ajaxslider-pane {
        min-width:949px;
        
    }

.ajaxslider-controls .controls-direction a {
    height: 62px;
    margin-top: -30px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 68px;
    z-index: 1020;
}

.ajaxslider .as-prev {
    left: -15px;
    background: url(/images/book_arrow_left.png) no-repeat 0 0;
}

.ajaxslider .as-prev:hover {
    left: -15px;
    background: url(/images/book_arrow_left.png) no-repeat 0 -62px;
}

.ajaxslider .as-next {
    right: -15px;
    background: url(/images/book_arrow_right.png) no-repeat 0 0;
}

.ajaxslider .as-next:hover {
    right: -15px;
    background: url(/images/book_arrow_right.png) no-repeat 0 -62px;
}

.slider-book-title {
    display: block;
    height: 20px;
    padding: 0 2px;
    text-align:left;
}

.slider-book-title img {
display: inline-block;
border:none;
}

.img-responsive {
    height: auto;
    margin-right:5px;
}

.view-full-details {
    font: normal 16px 'Open Sans Condensed', Arial, sans-serif;
}