	
	#dhtmlgoodies_slideshow{
	width:400px;	/* Total width of slideshow */
	background-image: url(JICM%20Photo%20Gallery/Untitled-1-copy.jpg);
	background-repeat:no-repeat;
	padding:1px 0 0 0;	
	}
	
	#previewPane{
	
	margin-top:15px;
	text-align:center;
	vertical-align:middle;
	position:relative;
	height:250px;
	width:335px;
	padding-left:15px;
	padding-top: 22px;
	/*padding-left: 20px;
	padding-top: 40px;*/
	}
	* html #previewPane {
		width:350px;
		height: 260px;
	}
	.imageCaption{
	color:#000000;
	font-weight: bold;}
	#previewPane img{
		line-height:300px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	font-style:italic;
	text-align:center;
	font-family:Arial, sans-serif;	/* Font to use */
	font-size:0.9em;
	padding-top: 15px;
	}
	#galleryContainer{
	width:400px;	/* Total width of slideshow */
	background-repeat:no-repeat;
	height:15px;	/* Height of the images + 2 */
	position:relative;
	overflow:hidden;
	padding:1px;
	/* CSS HACK */
		height: 50px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/48px;	/* Other browsers */
	height: /**/75px;
	
	
	}
	#arrow_left{
	position:absolute;
	left:0px;
	z-index:10;
	background-color: #FFF;
	padding:1px;
	top: 25px;
	height: 55px;
	}
	#arrow_right{
	position:absolute;
	right:1px;
	z-index:10;
	background-color: #FFF;
	padding:1px;
	top: 25px;
	width: 24px;
	height: 55px;
	}
	#theImages{
	position:absolute;
	height:50px;
	left:1px;
	width:450px;
	top:25px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		
		
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		width:400px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}

