﻿

/*You should not need to set other values then these.. most of the stuff is dynamic jquery*/




/*These are usually all set automatically..*/

.ShowroomContainer
{
    width:785px;
    height:378px;
    display:block;
    position:absolute;
    right:-167px;
    top:42px;
    }

#Showroom
{
    overflow: hidden;
    position: relative;
}

#Showroom .images
{
    height: inherit;
    position: absolute;
    left: 0;
    top: 0;
}
#Showroom .images img
{
    float: left;
}

#Showroom .prevholder, #Showroom .nextholder
{
    top: 0;
    display: block;
    position: absolute;
    overflow:hidden;
}
