	#slideshowvertical{
		width:680px;
	}
	#previewPane{
		border:1px solid #000;
		margin:0px;
		padding-top:10px;
		text-align:center;
		vertical-align:middle;
		height:510px;		
		width:660px;					
	}
	#waitMessage{
		display:none;
		position:absolute;
		left:250px;
		top:200px;
		background-color:#eeffee;
		border:1px solid #000;
		padding:4px;
		color:#555;
		font-size:16px;
		font-family:Arial;	
	}	
	#galleryContainer{
		height:200px;		
		width:660px;
		border:0px solid #000;	
		padding:10px 0px 0px;	
	}
	#galleryContainer #arrow{
		position:absolute;
		top:560px;
		left:635px;
		height:120px;
		width:46px;
		padding:0px;
		border:0px solid;
	}
	#galleryContainer #arrow_down{
		height:60px;
		margin:0px;
		margin-left:0px;
	}
	#galleryContainer #arrow_up{
		height:60px;
		margin:0px;
		margin-left:0px;
	}	
	#theImages{
		position:relative;		
		align:left;
		overflow:hidden;
		border:0px solid;
		height:180px;
		width:616px;
	}
	#theImages div{	
		position:relative;
		height:1500px;	
	}
	#theImages img{
		border:0px;
		filter:alpha(opacity=70);
		opacity:0.7;
		padding-top:0px;	
	}
	#previewPane #largeImageCaption{	
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size:0.9em;
	}
	#theImages .imageCaption{
		display:none;
	}