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

	SlideShow
	v 1.3

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

.slideshowContainer {
	width: 400px;
	height: 400px;
}
.slideshowContainerz { 
	height:100px;
	width:200px;
	visibility:hidden;
}
.slideshowContainerzz {
	height:100px;
	width:266px;
	
}
	
	
	
	

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

.slideshowThumbnail {
	outline: none;
}

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

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

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

.outline {

}

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

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


