#filmstrip {
	width: 34.5em; 	/* Total width of slideshow */
	float: left;
	padding-left: 1em;
	padding-bottom: 4em;
	left: 0;
	top: 5.6em;
	display: block;
	position: fixed; 
}

* html div#filmstrip {
	position: absolute;
}


#filmstrip_preview_pane {
	border: 0px solid #ccc;
	margin-right: 0em;	
	padding-left: 0em;
	padding-top: 1em;
	padding-right: 0em;
	width: 270px;
	float: left;
	/* text-align: center; */
}

#waitMessage{
	display: none;
	position: absolute;
	left: 200px;
	top: 150px;
	background-color: #000;
	border: 0px double #000;
	padding: 0px;
	color: #555;
	font-size: 0.9em;
	font-family: arial;	
}

#filmstrip_gallery_container {	  /* Big Div surrounding up image, list of images and down image */
float: left;	/* Floating */
		
/* CSS HACK */
height: 454px;		/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		
/* CSS HACK */
width: 124px;		/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/

padding-top: 1em;		
border: 0px solid #000;	/* black border */		
}


#filmstrip_gallery_container #filmstrip_arrow_down 	{ /* Arrow down image */
	border: 1px solid #000;	/* black border */	
	height:35px;
	width:104px;
}

#filmstrip_gallery_container #filmstrip_arrow_up {
	border: 1px solid #000;	/* black border */	
	height:35px;		/* Arrow up image */
	width:104px;
}


#filmstrip_gallery_container #filmstrip_arrow_down_image  { /* Arrow down image */
	height:35px;
	width:104px;
}

#filmstrip_gallery_container #filmstrip_arrow_up_image {
	height:35px;		/* Arrow up image */
	width: 104px;
}

#filmstrip_images {	/* DIV where the images are located */
	position:relative;
	overflow:hidden;
	height:375px;	/* Height of boxes for the images */
}

#filmstrip_images div{	
	position:relative;	/* Don't change this */
	height:1500px;	/* Higher than total height of thumbnails */
}

#filmstrip_images img {
	border:3px  solid #EFEFEF;	
	filter:alpha(opacity=50);	/* Transparency - IE */
	opacity:0.5; /* Transparency - Firefox */
	padding-top:0px;
	height: 100px;
	width: 100px; 
}

* html #filmstrip_images img {
	filter:alpha(opacity=50);	/* Transparency - IE */
}

#filmstrip_preview_pane #large_image_caption {	/* CSS styling of image caption below large image */
	text-align:left;
	font-family: Arial, sans-serif;	/* Font to use */
	font-size: 0.9em;
	padding: 0;
	width: 270px;
	color: #FFF;
}

#filmstrip_images .filmstrip_image_caption {
	display:none;
}

#filmstrip_large_image {
	width: 270px;
	height: 375px;
	border: 1px solid #FFF;
}

#case_gallery_caption {
    background-color:#788589;
    color:#DDDDDD;
    position:absolute;
    left:32em;
    top:16.75em;
    padding:0.75em;
    visibility:hidden;
    width:600px;
    z-index:5;
}  
  
#case_filmstripDiv {
    height:123px;
    margin:0em 1em 0em 33em;
    overflow-x:auto;
    overflow-y:visible;
    width:auto;
}


.current_img {
    border: 3px solid orange;
    cursor:pointer;
    display:block;
    float:left;
    height:100px;
    margin:0pt;
    padding:1px;
    vertical-align:middle;
} 
