	#dhtmlgoodies_slideshow{
	margin-left: auto;
	margin-right: auto;
	width: 100%; /*margin-left: 150px;*/
	text-align: center;
}


.ramka_miniaturka{
	BORDER: #808080 1px solid;
	HEIGHT: 100px;
	WIDTH: 100px;
	overflow:hidden;
	float: left;
	margin: 5px;
}


#previewPane{
	border: 1px solid #F9F9F9;
	margin: 5px 5px 5px 0;
	/*width: 500px;
	background-color: #000000;
	float: right; 
	vertical-align: middle;
	*/
	text-align: center;
	padding: 5px;
}
	#previewPane img{
		
	border: 1px solid #A6A6A6;	
		
	}
	
	
	
	#waitMessage1{
		display:none;
		position:absolute;
		left:250px;
		top:300px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}	
	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		float:left;
		/*height: 400px;
		width: 150px;

		padding:1px;*/	/* A little space between the black border and the content inside */
		
	}
	#galleryContainer #arrow_down{	/* Arrow down image */
		height:15px;
	}
	#galleryContainer #arrow_up{
		height:15px;	/* Arrow up image */
	}
	
	#theImages{
	position: relative;
	overflow: hidden;
	/*height: 375px;  Height of boxes for the images */
	/* float: right; Floating */
}
	#theImages div{	
	/*	position:relative;	/* Don't change this */
	/*	height:1500px;*/	/* Higher than total height of thumbnails */
		
	}
	#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;
	}