
	#dhtmlgoodies_slideshow{
		width:600px;	/* Total width of slideshow */
		


	}
	
	
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	font-family: Helvetica;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
	}
	#galleryContainer{
		
		height:102px;	/* Height of the images + 2 */
		
		position:relative;
		overflow:hidden;
		padding:1px;
		
	
		
		/* 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;
		margin-top:10px;
		z-index:10;
		vertical-align:middle;
		background-image:url(../images/bg.jpg);
		background-repeat:repeat;		
		padding:1px;
		height:250px;
		
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:+1;
		margin-top:10px;
		padding:1px;
		height:150px;	
		background-image:url(../images/bg.jpg);
		background-repeat:repeat;		
				
		
		
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
		

	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.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;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
	
	img {border: 0;}

  

  .frame 
  {
		background:url(../images/boarder3b.gif) no-repeat;
		height:410px;
		margin-left:20px;
		z-index:2;

  }
  .black
  {
		z-index:1;
	 	margin-left:22px;
		padding-top:19px;
  }
  .messagepane
	{
		
		height:98px;
		background:url(../images/boarder3a.gif) no-repeat; 
		text-align:center;
	}


	
	
