/** IMAGE SLIDESHOW **/
#gallery {
float:left;
position:relative;
width:723px;
height:275px;
margin:10px;
background-color:#000000;
border:5px solid #5e4510;
}
#images {
height:225px;
}
#image {
position:relative;
width:723px;
height:275px;
}
#image img {
position:absolute;
}
#thumbwrapper {
width:0px; 
height:0px;
}
#Images {
overflow:hidden; 
height:0px; 
width:0px; 
}
#thumbs {
height:0px;
width:0px;
}
#LinksWrapper{
width: 100px;
height: 50px;
padding:5px;
position:absolute;
visibility: visible;
overflow: visible;
z-index: 100;
}
