﻿#slider
{
    height:	100px;
}
#scrollLeft
{
    float: left;
    width: 20px;
    border: 0px solid #000;
    height: 79px;
  /*  background-color: #666; */
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
#images
{
    float: left;
    width: 586px;
    border-top: 0px solid #000;
    border-bottom: 0px solid #000;
    white-space: nowrap;
  
   background-color: White;
}
#scrollRight
{
    float: left;
    width: 20px;
    border: 0px solid #000;
    height: 79px;
  /*  background-color: #666; */
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
#scrollLeftArrow
{
    padding-top: 30px;
    padding-left: 6px;
}
#scrollRightArrow
{
    padding-top: 30px;
    padding-left: 6px;
}
#imagesList
{
    margin: 4px;
    width: 5000px;
    height: 129px;
    font-size: 1px;
    overflow: hidden;
    white-space: nowrap;
    clip: rect(0px 580px 1010px 0px);
    position: absolute;
    z-index: 100;
}
.imagewrapper
{
    border: 0px solid #ccc;
   /* height: 120px; */
    width: 90px; 
    float: left;
    margin-right: 2px;
}
.theimage
{
    border: 2px solid #FFFFFF;
    cursor: pointer;
}
.clipwrapper
{
    position: relative;
    height: 110px;
}
.clip
{
    clip: rect(0px 100px 100px 0px);
    position: absolute;
}

