
.als-container
{
    position: relative;
    width: 866px!important;
    margin: 0px auto;
    z-index: 0;
}

.als-viewport
{
    position: relative;
    overflow: hidden;
    margin: 0px auto;
       width: 866px  !important;
}

.als-wrapper
{
    position: relative;
    list-style: none;
}

.als-item
{
    position: relative;
    display: block;
    text-align: center;
    cursor: pointer;
    float: left;
}

.als-prev, .als-next
{
    position: absolute;
    cursor: pointer;
    clear: both;
}
.demo
{
    margin: 0px auto;
       width: 1220px;
}

.demo .als-item
{
    margin: 0px 0px;
    padding: 3px 0px;
    min-height: 120px;
    min-width: 100px;
    text-align: center;
}
.demo .als-item img
{
    display: block;
    margin: 0 auto;
    vertical-align: middle;
}
.demo .als-prev, .demo .als-next
{
    top: -86px;
}

.demo .als-prev
{
    left:780px;
    z-index:999;
}

.demo .als-next
{
    right: 30px;
    z-index:999;
}

.prevcss {
    background: url("./arrows.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 64px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
    width: 64px;
}

.nextcss {
    background: url("./arrows.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 64px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
    width: 64px;
}


.prevcss {
  left: 0;
  background-position: 0 0;
}

.prevcss:hover {
  background-position: 0 -66px;
}

.prevcss:active {
  background-position: 0 -132px;
}

.nextcss{
  right: 0;
  background-position: -64px 0;
}

.nextcss:hover {
  background-position: -64px -132px;
}

.nextcss:active {
  background-position: -64px -198px;
}
