	#slideshowvertical{ 
		width:580px;	/* Total width of slideshow */
         

	}
	
	#previewPane{
	   
		border:1px solid #fff;
		margin-right:2px;	
		text-align:center;
		vertical-align:middle;
		padding-top:2px;
		
		
		/* CSS HACK */
		height: 340px;	/* IE 5.x */
		height/* */:/**/340px;	/* Other browsers */
		height: /**/340px;
		
		width:576px;		
		float:center;
				
	}
	#waitMessage{
		display:none; /* none */
		position:Relative;
		left:0px;
		top:-150px;
		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:none;	/* Floating */
		
		/* CSS HACK */
		height: 75px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		height/* */:/**/75px;	/* Other browsers */
		height: /**/75px;
		
		/* CSS HACK */
		width: 576px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		width/* */:/**/576px;	/* Other browsers */
		width: /**/576px;
				
			/* Black border */		
			/* A little space between the black border and the content inside */
		
	}
	#galleryContainer #arrow_down{	/* Arrow down image */
		height:1px;
	}
	#galleryContainer #arrow_up{
		height:1px;	/* Arrow up image */
	}
	
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:86px;	/* Height of boxes for the images */
	}
	#theImages div{	
		position:relative;	/* Don't change this */
		height:100px;	/* Higher than total height of thumbnails */
		
	}
	#theImages img{
		border:0px;	/* No border */
		filter:alpha(opacity=80);	/* Transparency - IE */
		opacity:0.5; /* Transparency - Firefox */
		padding-top:10px;	/* Space between images */
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:normal;
		text-align:center;
		font-family: ÐÂËÎÌå;	/* Font to use */
		font-size:1.1em;
	}
	#theImages .imageCaption{
		display:none;
	}

