﻿/*********************** SCROLLERS ***********************/
.root {
    position:relative;
    margin:0 0 10px 0;
    padding:0;
    
}

.up, .dn {
    position:absolute;
    left:10px;
}

.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img {
    border:none;
}

.scrollContainer {
    position:absolute;
    left:0px;
    top:0px;
    clip:rect(0 467 200 0);
    overflow:auto;
    background:transparent;
}

.scrollContent { 
    position:absolute;
    left:0px;
    top:0px;
}

.scrollContainer1 {
    position:absolute;
    left:0px;
    top:0;
    clip:rect(0 467 100 0);
    overflow:auto;
    height:100px;
    background:transparent;
    
}

#scroll1Content
{ 
    position:absolute;
    left:0px;
    top:100px;
    width:690px;
    font-size:10px;
}


.eat .root, .drink .root {
    width:690px;
    height:260px;
}

.localarea .root {
    width:260px;
    height:300px;
}



/*
.eat .scrollContainer, .drink .scrollContainer {
    width:690px;
    height:260px;
}

.localarea .scrollContainer
{
    width:300px;
    height:260px;
}

.eat .scrollContent, .drink .scrollContent 
{
    width:690px;
}

.localarea .scrollContent
{
    width:250px;
}*/