
/**************************************************************

SlideShow
v 1.3

**************************************************************/

.slideshowContainer {
border: 1px solid #e9e9e9;
width: 600px;
height: 400px;
margin:25px 0 10px 0;
}

.loading {
background: url(images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
outline: none;
}

.slideshowThumbnail img {
border: 1px solid white;
padding: 4px;
margin-left:8px;
}

a:hover.slideshowThumbnail img {
border: 1px solid #fff;
padding: 4px;
}

.current img {
border: 1px solid red;
padding: 5px;
}

.outline {
border: 1px solid #ccc;
z-index: 0;
position: absolute;
}

#thumbnails a img{
width: 96px;
padding:2px;
background:#fff;
border: 1px solid #eee !important;
}
#thumbnails a {
border-bottom:0 dotted #81ad21;
}

#thumbnails a:hover img{

}
#slideHr {
overflow:hidden;
width:580px;
padding:10px;
border:1px solid #ddd;
margin:0 0 10px 0;
background:#eee ;
}


