
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

/* used only to show all line so we can show original image here */
.slideshowContainer {
	border: 1px solid #e9e9e9;
	width: 100%;
	height: 800;
	margin-bottom: 0px;
	background:  #f6f6f6;
	background-color: #f6f6f6;	
}

.loading {
	background: url(../images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid white;
	padding: 0px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #e9e9e9;
	padding: 1px;	
}

.current img {
	border: 1px solid red;
	padding: 1px;
}

.outline {
	border: 1px solid orange;
	z-index: 0;
	position: absolute;
}

#thumbnails {
/*
background-color:#f6f6f6;	

}
*/
#thumbnailsline {

	width: 191px;
	float: left;
*/	
}


/*************************************************************/


