﻿body
{
}
#slider1
{
    width: 508px; /* important to be same as image width */
    height: 80px; /* important to be same as image height */
    overflow: hidden; /* important */
    margin-left: -40px;
    margin-top: -12px;
    text-decoration: none;
    list-style: none;
}

.slider1Image
{
    float: left;
    display: none;
    overflow: hidden;
}

#slider2
{
    width: 700px; /* important to be same as image width */
    height: 280px; /* important to be same as image height */
    overflow: hidden; /* important */
    margin-left: -40px;
    margin-top: -16px;
    text-decoration: none;
    list-style: none;
}

.slider2Image
{
    float: left;
    display: none;
    overflow: hidden;
}

.clear
{
    clear: both;
}

#slider3
{
    width: 260px; /* important to be same as image width */
    height: 252px; /* important to be same as image height */
    overflow: hidden; /*important margin-left: -20px;margin-top: -6px;*/
    text-decoration: none;
    margin-top: -12px;
    list-style: none;   
}

.slider3Image
{ 
    margin-left: -40px;
	float: left;
    display: none;
    overflow: hidden;
}



