
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	border: 1px solid #ccc;
	width: 720px;
	height: 326px;
	margin-bottom: 5px;
}

.loading {
	background: url(images/loading.gif) center no-repeat;
}

div#thumbnails { 	width:648px; height:357px; margin-top:0; padding-top:0; overflow:auto;}
	
.slideshowThumbnail {
	outline: none;
}
#thumbnails div { 	
	width:206px; height:114px;
	float:left;
	margin:0px 0px 0 0; 
	padding-bottom:3px;
	}
#content #thumbnails  p {color:#555555; width:198px;text-align:right; padding:0 0 4px 0; margin:0 2px 0 6px; border:0; font-family:Arial, Helvetica, sans-serif; font-size:10px;border-bottom:1px dashed orange; line-height:12px;}
#thumbnails .slideshowThumbnail img {
border: 3px solid white;
padding: 0px;
}

#thumbnails a:hover.slideshowThumbnail img {
	border: 3px solid #a3b42f;
	padding: 0px;
}

#thumbnails a.current img {
	border: 3px solid #cc6600;
	padding:0px;
}

#thumbnails a.outline img{
	border: 3px solid #cc6600;
	z-index: 0;
	padding: 0px;
}

#thumbnails {
	/*width: 130px;
	float: left;*/
}

/*************************************************************/


