﻿


.sliderGallery 
{
   overflow: hidden;
   position: relative;
   padding: 10px;
   padding-top:10px;
   height: 120px;
   width: 365px;
   padding-left:0px;
   
   
}
.sliderGallery ul
{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    background:none;
    position: absolute;
    white-space: nowrap;
    margin: 0;
    padding:0px;
   
}

.sliderGallery ul li 
{   
 
    display: inline;
    background:none;
}

.handle 
{
    background:transparent url(/caravanclubapps/format/images/gifs/imagehandle.gif) no-repeat scroll 0 0;
    cursor:move;
    height:17px;
    position:absolute;
    top:0;
    left:18px;
    width:99px;
    z-index:100;
    padding-left:20px;
 }
 
 
.slider 
{
    background:transparent url(/caravanclubapps/format/images/gifs/imagescrollbar.gif) no-repeat scroll 0 0;
    height:17px;
    margin-left:0px;
    margin-top:-10px;
    padding:1px;
    position:relative;
    width:370px;
}

