
	#dhtmlgoodies_slideshow{
		width:100%;	/* Total width of slideshow */


	}

	#previewPane{
		border:1px solid #CCCCCC;
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:10px;

		position:relative;
		
		/* CSS HACK */
		height: 552px;	/* IE 5.x */
		height/* */:/**/552px;	/* Other browsers */
		height: /**/552px;
				
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	#galleryContainer{
		
		height:485px;	/* Height of the images + 2 */
		
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 485px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/485px;	/* Other browsers */
		height: /**/485px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #e6e6e6;
		height:485px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #e6e6e6;
		height:485px;		
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		cursor:pointer;
		border:0px;
		width:180px;
		height:135px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
	
	/** krawaty **/
	
	#galleryContainer2{	/* Big Div surrounding up image, list of images and down image */
		float:left;	/* Floating */
		
		/* CSS HACK */
		height: 100%;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		height/* */:/**/100%;	/* Other browsers */
		height: /**/100%;
		
		
		/* CSS HACK */
		width: 125px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		width/* */:/**/125px;	/* Other browsers */
		width: /**/125px;	
		padding-top:16px;	/* A little space between the black border and the content inside */
		
	}
	#galleryContainer2 #arrow_down{	/* Arrow down image */
		height:35px;
	}
	#galleryContainer2 #arrow_up{
		height:35px;	/* Arrow up image */
	}
	
	#theImages2{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:100%;	/* Height of boxes for the images */
	}
	#theImages #slideEnd2{
		float:left;
	}
	#theImages2 div{	
		position:relative;	/* Don't change this */	
	}
	#theImages2 img{
		border:0px;	/* No border */
		padding-top:1px;	/* Space between images */
		width:125px;
		height:94px;
	}
