/* Pronto Gallery Style Sheet */

/* GALLERY WRAPPER */
#gallerywrapper{
margin:0 auto;
width:500px;
}
/* THIS HOLDS ALL THE THUMBNAIL IMAGES */
#thumbswrapper{
margin:10px auto;
width:505px;/* do not change this width it keeps everything in place:-) */
}
/* REMOVE BULLETS FROM LIST */
#thumbswrapper ul,#thumbswrapper li{
list-style-type:none;
margin:0;
padding:0;
}
/* DISPLAYS THUMBS IN A HORIZONTAL LINE */
#thumbswrapper li{
float:left;
}
/* SPACES THUMBNAILS VERTICALLY */
#thumbswrapper img{
padding:0 6px 6px 0;
}
/* THIS GIVES THE PROGRESS BAR WHILST THE FULL SIZE IMAGE LOADS */
#fullsizewrapper{
background-image:url(prog-bar.gif);
background-position:187px 176px;
background-repeat:no-repeat;
height:375px;
margin:0 auto;
width:500px;
}
/* THIS WHERE THE FULL SIZE IMAGE WILL APPEAR */
#fullsize{
background-position:top left;
background-repeat:no-repeat;
height:375px;
width:500px;
}
/* DEFINE FULL SIZE IMAGES */
.fs1{
background-image:url(01.jpg);
}
.fs2{
background-image:url(02.jpg);
}
.fs3{
background-image:url(03.jpg);
}
.fs4{
background-image:url(04.jpg);
}
.fs5{
background-image:url(05.jpg);
}
.fs6{
background-image:url(06.jpg);
}
.fs7{
background-image:url(07.jpg);
}
.fs8{
background-image:url(08.jpg);
}

