
	#gallery{
		margin-top: 20px;
		width:100%;	/* Total width of slideshow */
	}
	
  #obsah #gallery img { margin: 0px; }
	
  #previewPane{
		margin-top:10px;	
		text-align:right;
		vertical-align:middle;
		padding-top:20px;

		position:relative;
	}

	#previewPane div.img{
		width:333px;
		height: 250px;
		padding: 10px;
		background: #fff;
		margin-top: 8px;
		margin-right: 20px;
	}
	#previewPane div.img img{
		max-width:333px;
		max-height: 249px;
	}

	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		
		text-align: left;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size: 85%;
	}
	#galleryContainer{
		
		height:102px;	/* Height of the images + 2 */
		border:1px solid #888;
		position:relative;
		overflow:hidden;
		
		
		/* CSS HACK */
		height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/102px;	/* Other browsers */
		height: /**/102px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #888;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #888;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:230px;
		top:150px;
		background-color:#FFF;
		border:3px double #8F5C0B;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}


div.ref { text-align: center; float:left; width: 160px; height: 196px; margin: 5px; margin-top: 5px; margin-bottom: 5px; background: #F1EAEA url('../images/design/ram_a.jpg') no-repeat; border: none;  }
div.ref:hover { background: #FCD8D8 url('../images/design/ram.jpg') no-repeat; }
div.ref img.ref{ max-width: 149px; max-height: 101px; margin-top: 18px; text-align: center; }
div.ref img.ref{ max-width: 149px; &width: 149px; max-height: 101px; margin-top: 18px; text-align: center; }
div.ref div.image{ width: 149px; height: 101px; margin: 8px; margin-top: 18px; text-align: center; }
div.ref span {display:block; font-size: 11px; text-align: center; position: relative; top: 0px; margin: 10px; height: 50px; overflow: hidden; }
div.ref div.img{ height: 123px; &height: 170px; }
div.ref .popis {
  font-family: Georgia;
  font-weight: bold;
}

