﻿#ctl00_ContentPlaceHolder1_slideshow {
    position:relative;
    height:400px;
}

table tr td .tc_ContentArea_170 #ctl00_ContentPlaceHolder1_slideshow {
    height:170px;
}

#ctl00_ContentPlaceHolder1_slideshow IMG
{
    position:absolute;
    top:0;
    left:0;
    z-index:1;
}

#ctl00_ContentPlaceHolder1_slideshow IMG.active
{
    z-index:3;
}


#ctl00_ContentPlaceHolder1_slideshow IMG.last-active
{
    z-index:2;
}

