
	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		float:left;	/* Floating */
		
		/* CSS HACK */
		height: 384px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		height/* */:/**/380px;	/* Other browsers */
		height: /**/380px;
		
		/* CSS HACK */
		width: 298px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		width/* */:/**/294px;	/* Other browsers */
		width: /**/294px;
				
	/*	border-right: 1px solid #fdb715;
		border-left: 1px solid #fdb715;
		border-bottom: 1px solid #fdb715;*/
		padding:3px;	/* A little space between the black border and the content inside */
		
	}
	#galleryContainer #arrow_down{	/* Arrow down image */
		height:40px;
	}
	#arrow_down_image{	/* Arrow down image */
		height:40px;
		width:280px;
	}
	
	#galleryContainer #arrow_up{
		height:40px;	/* Arrow up image */
	}
	#arrow_up_image{	/* Arrow down image */
		height:40px;
		width:280px;
	}
	
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:275px;	/* Height of boxes for the images */
	}
	#theImages #theImages_content{	
		position:relative;	/* Don't change this */
		height:1500px;	/* Higher than total height of thumbnails */	
	}
	#theImages #theImages_content .myContent{	
		border:0px;	/* No border */
		/* filter:alpha(opacity=50); */	/* Transparency - IE */
		/* opacity:0.5; */ /* Transparency - Firefox */
		padding-top:10px;	/* Space between images */	
	}
	
	#theImages #theImages_content .myContent .myContent_bild{
  float:left;
  width:140px;
  }	
  #theImages #theImages_content .myContent .myContent_text{
  float:right;
  width:130px;
  }	
  
  .clear {
  clear:both;
  }

