	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
	float:left;	/* Floating */
	/* CSS HACK */
		height: 379px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
	height/* */:/**/375px;	/* Other browsers */
	height: /**/375px;
	/* CSS HACK */
		width: 390px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
	width/* */:/**/390px;	/* Other browsers */
	width: /**/277px;
	padding:1px;	/* 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:375px;	/* 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{
  padding-left:10px;
  float:left;
  width:140px;
  }	
  #theImages #theImages_content .myContent .myContent_text{
  float:right;
  width:130px;
  }	
  
  .clear {
  clear:both;
  }

