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

	SlideShow
	v 1.3

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

.slideshowContainer {
	width: 100%;
	height: 768px;
}

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

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid white;
	padding: 2px;
	margin: 3px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #666666;
	padding: 2px;
	margin: 3px;
}

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

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

#thumbnails {
	/*width: 130px;
	float: left;*/
}

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

.td_line {
    border-bottom: 1px solid #CCCCCC;
}

.text {
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:12px;
  
}
.text2 {
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:12px;
   font-style:italic;
  
}