	#slideshow{
		width:860px;	/* Total width of slideshow */
		height:500px;
	}
	#previewPane{
		border:2px solid #FFF;
		margin-right:45px;
		margin-left:45px;
		margin-top:7px;
		margin-bottom:5px;
		text-align:center;
		vertical-align:middle;
		padding:2px;
		
		/* CSS HACK */
		height/* */:/**/400px;	/* Other browsers */
		height: /**/400px;
		
		/* CSS HACK */
		width/* */:/**/595px;	/* Other browsers */
		width: /**/595px;
				
		float:left;
	}
	#galleryContainer_horizontal{
		height:82px;	/* Height of the images + 2 for padding*/
		border:1px solid #000;
		position:absolute;
		overflow:hidden;
		padding:1px;
		left:65px;
		top:422px;
		background-color:#ffffff;
		
		/* CSS HACK */
		height/* */:/**/82px;	/* Other browsers */
		height: /**/82px;
		
		/* CSS HACK */
		width/* */:/**/555px;	/* Other browsers */
		width: /**/555px;
	}
	#galleryContainer_vertical{	/* Big Div surrounding up image, list of images and down image */
		float:left;	/* Floating */
		margin-top:5px;
		background-color:#ffffff;
		
		/* CSS HACK */
		height/* */:/**/500px;	/* Other browsers */
		height: /**/500px;
		
		/* CSS HACK */
		width/* */:/**/150px;	/* Other browsers */
		width: /**/150px;
				
		border:1px solid #000;	/* Black border */		
		padding:1px;	/* A little space between the black border and the content inside */
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color:#ffffff;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color:#ffffff;
		padding:1px;		
	}
	#arrow_down{	/* Arrow down image */
		height:44px;
	}
	#arrow_up{
		height:44px;	/* Arrow up image */
	}
	#theImagesHorizontal{
		position:relative;
		height:80px;
		left:40px;
		width:10000px;
	}
	#theImagesHorizontal img{
		float:left;
		padding:1px;
		filter: alpha(opacity=70);
		opacity: 0.7;
		border:1px;
	}
	#theImagesVertical{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:412px;	/* Height of boxes for the images */
	}
	#theImagesVertical div{	
		position:relative;	/* Don't change this */
		height:10000px;	/* Higher than total height of thumbnails */
	}
	#theImagesVertical img{
		border:1px;	/* No border */
		filter:alpha(opacity=70);	/* Transparency - IE */
		opacity:0.7; /* Transparency - Firefox */
		padding-top:1px;	/* Space between images */
	}
	#slideEndHorizontal{
		float:left;
	}
	#waitMessage{
		display:none;
		position:absolute;
		left:260px;
		top:175px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}