﻿	#dhtmlgoodies_slideshow{
		width:713px;	/* Total width of slideshow */
		/*background-color:#E7E7E7;*/
	}
	
	#previewPane{
		/*border:1px solid #CCCCCC;
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:10px;
*/
		position:relative;
		
		/* CSS HACK */
		
				
	}
	#previewPane img{
/*		line-height:300px; height:250px;*/
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	#galleryContainer{
		height:146px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
		
		
		/* CSS HACK 
		height: 104px;	
		height:102px;	
		height:102px;*/
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		/*background-color: #FFF;*/
		cursor:pointer;cursor:hand;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		/*background-color: #FFF;*/
		cursor:pointer;cursor:hand;
				
	}
	#theImages{
		position:absolute;
		height:146px;
		left:20px;
		width:100000px;
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages div{
		float:left;
		margin-right:20px;
		background: url('/images/global/hot-image-bg.gif');
		display:inline;
		width:192px;
		height:146px;
	}
	#theImages div img{
		float:left;
		filter: alpha(opacity=80);
		opacity: 0.8;
		cursor:pointer;
		border:0px;
		padding-left:9px;
		padding-top:9px;
	}

	#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;
	}