body{
margin: 0px;
padding: 0px;
}

.slideshowContainer {
	border: 1px solid black;;
	width: 332px;
  padding: 3px;
	height: 388px;
	margin-bottom: 5px;
  float:left;
}

.slideshowContainer img{
  float:left;
  padding:6px;
}

.loading {
	background: url(../images/ajax-loader.gif) center  no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid red;
  margin:4px 0 0px 4px;
  display:block;
}

a:hover.slideshowThumbnail img {
 	border: 1px solid black;
  margin:4px 0 0px 4px;
  display:block;
}

.current img {
	border: 1px solid red;
  margin:4px 0 0px 4px;
}


.outline {
	border: 1px solid black;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	border: 1px solid black;
  width: 113px;
  float:right;
  padding-bottom:4px;

 }

/*************************************************************/


