
/**************************************************************
 
 SlideShow
 v 1.3
 
**************************************************************/
 /*enlarged photo*/
.slideshowContainer {
 border: 1px solid black;
 width: 650px;
 height: 400px;
 margin-bottom: 0px;
 
}
.slideshowContainer a{
 
 margin-bottom: 5px;
 bottom: 0px;
 padding-bottom: 0px;
}
 
.slideshowThumbnail {
 outline: none;
 bottom: 0px;
}
 
.slideshowThumbnail img {
 border: 1px solid silver;
 padding: 4px;
 bottom: 0px
}
 
a:hover.slideshowThumbnail img {
 border: 1px solid #ccc;
 padding: 4px;
 bottom: 0px
}
 
.current img {
 border: 1px solid red;
 padding: 5px;
 bottom: 0px
}
 
.outline {
 border: 1px solid #555;
 z-index: 0;
 position: absolute;
 bottob: 0px;
}
 
#thumbnails {
 
 /*width: 130px;
 float: left;*/
 width: 650px
}
 
#utilities {
 text-align:center; font-size: 10px !important; padding-bottom: 10px; bottom: 0px;}
 
/*************************************************************/
