﻿	#dhtmlgoodies_slideshow {margin-left:auto; margin-right:auto; width:700px;}

/* previewPane 
-------------------- */
	
	#previewPane{
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:20px;

		position:relative;
		
		/* CSS HACK */
		height: 432px;	/* IE 5.x */
		height/* */:/**/420px;	/* Other browsers */
		height: /**/420px;
				
	}
	#previewPane img{line-height:400px;}
	#previewPane #largeImageCaption{padding-bottom:20px; font-weight:bold; text-align:left;}

	
/* thumbsContainer 
--------------------------*/

	#galleryContainer{		
		height:72px;	/* Height of the images + 2 */
    background:#bdbdbd;
		position:relative;
		overflow:hidden;
		padding-top:1px;
		
		/* CSS HACK */
		height: 72px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/72px;	/* Other browsers */
		height: /**/72px;}
		
	#arrow_left  {position:absolute;top:0px;left:0px; z-index:10;}
	#arrow_right {position:absolute;top:0px;right:0px;z-index:10;}
	
	#theImages{
		position:absolute;
		height:60px; width:60px;
		left:16px;
		width:100000px;}
		
	#theImages #slideEnd{float:left;}
	
	#theImages img{
		float:left;
		padding:5px;
		filter: alpha(opacity=0);
		opacity: 1.0;
		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;}
