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

	SlideShow
	v 1.3

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

.slideshowContainer {
	/*border: 1px solid #ccc;*/
	width: 520px;
	height: 520px;
	margin:10px;
	overflow:auto;
	text-align:center;
	
	float:left;
}

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

.slideshowThumbnail {
	outline: none;
	width:45px;
	height:45px;
	overflow:hidden;
	display:block;
	float:left;
	margin:4px
}

.slideshowThumbnail  {
	border: 1px solid #221d19;
}

a:hover.slideshowThumbnail img {
	/*border: 1px solid #f2d8bd;
	padding: 4px;*/
}

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

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

#thumbnails {
	
	height:100px;
	width:270px;
	float:right
}

#controlers {
clear:both;
display:none

}

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


