﻿#photoGallery {
 border:0px solid green;
 float:left;
 width:580px;
}

/*
#images
{
    height:225px;
    margin-bottom:20px;
    border:1px solid green;

}

#thumbs
{position:absolute; list-style:none; margin-left:3px; height:100px; width:10000px;}



 ??? NON USATO

*/

#image
{
    position:relative;
    float:left;
    width:338px;
    height:255px;
    background:#FFF url(slideshow/images/loading.gif) center center no-repeat
}

#image img
{
    position:absolute;
    float:left;

    top:0px;
    left:0px;
    width: 338px;
    height:255px;
    }

#thumbarea
{
    position:relative;
    overflow:hidden;
    height:255px;
    width:230px;
    border:0px solid #red;
    float:left;
}



#thumbs li {list-style:none; float:left; margin-left:4px; margin-bottom:4px; cursor:pointer;}

.imgnav {position:absolute; height:255px; width:20%; z-index:100; outline:none; cursor:pointer}
#previmg {left:0; background:url(slideshow/images/left.gif) left center no-repeat;}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {
 right:-2px;
 background:url(slideshow/images/right.gif) right center no-repeat;
}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)} 
