.ramka_miniaturka{
	BORDER: #808080 1px solid;
	HEIGHT: 50px;
	WIDTH: 50px;
	overflow:hidden;
}



	#dhtmlgoodies_slideshow{
	margin-left: auto;
	margin-right: auto;
	width: 100%; /*margin-left: 150px;*/
	text-align: center;
}
	
	#previewPane{
	border: 1px solid #F9F9F9;
	margin: 5px 5px 5px 0;
	
	/*
	background-color: #000000;
	float: right; 
	vertical-align: middle;
	*/
	text-align: center;
	padding: 5px;
}
	#previewPane img{
		
	border: 1px solid #A6A6A6;	
		
	}
	
	
	
	#waitMessage{
		display:none;
		position:absolute;
		left:400px;
		top:450px;
		padding:4px;	
	}	
	#galleryContainer{
		float:left;
		/*height: 400px;
		width: 150px;

		padding:1px;*/
		
	}

	
	#theImages{
	position: relative;
	overflow: hidden;
	/*height: 375px;  Height of boxes for the images */
	/* float: right; Floating */
}
	#theImages div{	
		
	}
	#theImages img{
		border:0px;	/* No border */
		filter:alpha(opacity=50);	/* Transparency - IE */
		opacity:0.5; /* Transparency - Firefox */
		/* padding-top:5px;*/	/* Space between images */
	}
	#previewPane #largeImageCaption1{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:left;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
		color:#FFFFFF;
	}
	#theImages .imageCaption{
		display:none;
	}
