﻿html, body
{
    margin: 0px;
    padding: 0px;
    width: 100%;
}

/* Slider width adjustment */
#Books5
{
    width: 1000px;
}
#Books5 .wrapper
{
    width: 750px;
}

#Books4
{
    width: 750px;
}
#Books4 .wrapper
{
    width: 600px;
}

#Books3
{
    width: 600px;
}
#Books3 .wrapper
{
    width: 450px;
}

#Books2
{
    width: 450px;
}
#Books2 .wrapper
{
    width: 300px;
}

#Books1
{
    width: 300px;
}
#Books1 .wrapper
{
    width: 150px;
}


.infiniteCarousel
{
    position: relative;
    height: 210px;
}

.infiniteCarousel .wrapper
{
    /*width: 750px;  .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
    overflow: auto;
    min-height: 10em;
    margin: 0 135px;
    position: absolute;
    top: 0;
    height: 210px;
}

.infiniteCarousel .wrapper ul
{
    width: 9999px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0; /*text-align: center;*/
}

.infiniteCarousel ul li
{
    display: block;
    float: left; /*padding: 5px;*/
    height: 210px;
    width: 150px;
}

.infiniteCarousel ul div
{
    height: 180px;
    vertical-align: bottom;
    display: table-cell;
    position:relative;
}

.infiniteCarousel ul img
{
    margin: auto;
    display: block;
    vertical-align: bottom;
    bottom: 0px;
    
    /*-webkit-box-shadow: #666 3px -3px 3px;
    -moz-box-shadow: #666 3px -3px 3px;
    box-shadow: #666 3px -3px 3px;
    behavior: url(../resource/library/theme1/css/pie.htc);*/
}

.infiniteCarousel ul label
{
    display: block;
    height: 30px;
    font-size: 11px;
    font-weight: bold;
    line-height: 36px;
}

.infiniteCarousel ul li a
{
    text-decoration: none;
    color: #000;
}

.infiniteCarousel .arrow
{
    display: block;
    height: 75px;
    width: 75px;
    background: url(images/arrow.png) no-repeat 0 0;
    text-indent: -9999px;
    position: absolute;
    top: 37px;
    cursor: pointer;
}

.infiniteCarousel .forward
{
    background-position: 0 -152px;
    right: 0;
}

.infiniteCarousel .back
{
    background-position: 0 0;
    left: 0;
}

.infiniteCarousel .forward:hover
{
    background-position: 0 -228px;
}

.infiniteCarousel .back:hover
{
    background-position: 0 -76px;
}