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

	SlideShow
	v 1.2

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

.slideshow {
	/*border: 1px solid #ccc;
	width: 450px;*/
	height: 600px;
	text-align: center;
}
.slideshow img{
 padding: 4px;
 border: 1px solid black;
}

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

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid white;
	padding: 5px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 5px;
}

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

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

#thumbnails {
  text-align: center;
	/*width: 280px;
	float: left;*/
}

#thumbnails a {
	color: orange;
	text-decoration: none;
	outline: none;
}

#thumbnails a:hover {
	color: #999;
	text-decoration: none;
}

/*************************************************************/
.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(../images/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
}


