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

	SlideShow
	v 1.3

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

.slideshowContainer {
	/*border: 1px solid #ccc;*/
	width: 528px;
	height: 360px;
	margin-bottom: 5px;
	margin-left:15px;
}

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

.slideshowThumbnail {
	outline: none;
}

#content_main .slideshowThumbnail img {
	border: 1px solid white;
	padding: 4px;
	width:100px;
	height:69px;
}

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

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

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

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

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


