#gallery{
border:0px solid white;
background:white;
/* The width of the gallery */
width:790px;
overflow:hidden;
/* page position */
margin-left:105px;
margin-bottom:10px;
border: 0px solid #333300;
}

#slides{
/* This is the slide area */
height:220px;
/* jQuery changes the width later on to the sum of the widths of all the slides. */
width:600px;
overflow:hidden;
}

.slide{
float:left;
}

#tb_menu{
/* This is the container for the thumbnails */
height:100px;
list-style-type: none;
margin-top:0px;
margin-bottom:10px;
margin-left:0px;
border: 0px solid #333300;
}

#tb_menu ul{
margin:0px;
padding:0px;
margin-bottom:10px;
}

#tb_menu li{
/* Every thumbnail is a li element */
float: left;
width:100px;
display:block;
list-style:none;
height:100px;
overflow:hidden;
margin:0 19px;
}

#tb_menu li#first_tb {
margin-left:0px;
}

#tb_menu li#last_tb {
margin-right:0px;
}

#tb_menu img {
display: block;
border: 0px solid #333300;
}

