/* BEGIN DEMO STYLE */

.gallery_list{
    margin:0;
    width:100px;
    border:0px;
    padding:0px;
    border-collapse:collapse;
}
.gallery_list li{
    width:100px;
    height:67px;
    border:0px;
    margin: 0px;
}
.gallery_list li div{
    width:0px
}
.gallery_list li div .caption{
    font:italic 0.7em/1.4 georgia,serif;
}

#main_image {
    border:0px;
    margin:0px;
    height:420px;
    width:600px;
    padding:0px;
}
#main_image img{
    border:0px solid white;
    margin:0px;
}
