	body{
		margin:0px;
	}
	.vertical_slideshow{
		/*width:1140px;	 Total width of slideshow */
        }
    .previewPaneWraper
    {
        position:relative;
        left:230px;
        width:800px;
      /*padding:60px 0 0 0;
      position:relative;
      top:-600px;
      right:70px;*/
        
        }
	.previewPane{
		border:0px solid #000;
		text-align:right;
		padding:18px 0 0 0;
	/*	position: relative;
		right:200px;*/
        min-height: 550px;

		width:700px;
		
		

	}
	.waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:180px;
		background-color:#FFF;
		border:0px 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:left;	 Floating */

		height: /**/525px;

		width: /**/90px;

		border:0px solid #000;	/* Black border */
		padding:1px;	/* A little space between the black border and the content inside */

		position:relative;
		right:0px;
		top:-35px;
		float:right;


	}
	.galleryContainer .arrow_down{	/* Arrow down image */
		height:35px;
		position:absolute;
		bottom:-110px;
		left:130px;
		z-index:100;
	}
	.galleryContainer .arrow_up{
		height:35px;	/* Arrow up image */
		position:absolute;
		left:130px;
		top:48px;
		z-index:100;
	}

	.theImages{	/* DIV where the images are located */
		position:relative;
		top:73px;
		left:100px;
		overflow:hidden;
		width:115px;
		height:525px;	/* Height of boxes for the images */
		z-index:1;
	}
	.theImages div{
		position:relative;	/* Don't change this */
		float:left;
		height:1500px;	/* Higher than total height of thumbnails */

	}
	.theImages img{
		border:0px;	/* No border */
		filter:alpha(opacity=70);	/* Transparency - IE */
		opacity:0.7; /* Transparency - Firefox */
		padding:1px 5px 5px 5px;	/* Space between images */
	}
	.theImages .imgOver {
		filter:alpha(opacity=100);	/* Transparency - IE */
		opacity:1; /* Transparency - Firefox */		
		border:1px;
	}
	.largeImageCaption{	/* CSS styling of image caption below large image */
	width:500px;
	direction:rtl;
	position:relative;
	right:-200px;
	bottom:0px;                              	
		
	}
	
	.GalDtNavleft{float:right;position:absolute; right:40px;bottom:10px;}
	.GalDtNavright{float:right;position:absolute;bottom:10px;right:0px;}
	.theImages .imageCaption{
		display:none;
	}