﻿/*body{
		background-repeat:no-repeat;
	}*/
	/* Total width of slideshow */
	
	/* change for testing alternate thumb display
	#container{
		width:600px;	
	}
	*/
	
	#container{
		width:460px;	/* Total width of slideshow */
	}
	#previewPane{
		border:1px solid #CCCCCC;
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:10px;

		position:relative;
		
		/* CSS HACK */
		height: 432px;	/* IE 5.x */
		height/* */:/**/420px;	/* Other browsers */
		height: /**/380px;
				
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Arial, Trebuchet MS, Lucida Sans Unicode, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	#galleryContainer{
		
		height:102px;	/* Height of the images + 2 */
		border:1px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		padding:1px;
		width:600px;
		/* CSS HACK */
		height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/102px;	/* Other browsers */
		height: /**/102px;
		
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;		
	}
	#scrollDiv{
		position:absolute;
		height:100px;
		left:45px;
		width:100000px;
		
	}
	#scrollDiv #slideEnd{
		float:left;
	}
	#scrollDiv img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: .5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:Arial;	
	}
	
	#scrollDiv .imageCaption{
		display:none;
	}
/*TESTING ALTERNATE FRAME THUMBNAIL DISPLAY*/	
#gallery {
    width:460px;
}
#gallery ul {

list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0pt;
padding:0pt;
position:relative;
width:475px;

}
#gallery ul li 
{
display:inline;
float:left;
height:52px;

width:52px;
}
/* HACK for IE6 */
head:first-child+body #gallery ul li
{
    margin:0pt 0pt 5px 5px;
}
/*
#gallery ul li a {
border:1px solid #000000;
display:block;
height:50px;
text-decoration:none;
width:50px;
}
#gallery ul li a img {
border:0pt none;
display:block;
height:50px;
width:50px;
}
#gallery ul li a:hover {
border-color:#DDDDDD;
white-space:normal;
}
#gallery ul li a:hover img {
border:1px solid #000000;
height:auto;
position:absolute;
right:185px;
top:0pt;
width:auto;
}*/

#gallery ul li img 
{
    border: solid 4px #fff;
	display:block;
	height:50px;
	width:50px;
	position: relative;
}

