/*	body{
		background: #fff url('../../images/heading3.gif');
		background-repeat:no-repeat;
		padding-top:10px;
	}*/
	#dhtmlgoodies_slideshow{
		width:400px;	/* Total width of slideshow */
		margin: 0;
		background: #fff;

	}
	
	#previewPane{
		border:1px solid #F18930;
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:10px;
		background: #fff;
		position:relative;
		
		width: 400px;
		
		/* CSS HACK */
		height: 282px;	/* IE 5.x */
		height/* */:/**/270px;	/* Other browsers */
		height: /**/270px;
				
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
/*		font-style:italic;*/
		font-weight: bold;
		text-align:center;
/*		font-family: Tahoma, Verdana, Lucida Sans Unicode, Arial, sans-serif;	*/

/* Font to use */
		font-size: 13px;
		background: #fff;
	}
	#galleryContainer{
		width: 400px;
		height:75px;	/* Height of the images + 2 */
		border:1px solid #F18930;
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 75px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/822px;	/* Other browsers */
		height: /**/75px;
		background: #fff;		
	}
	#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;		
	}
	#theImages{
		position:absolute;
		height:80px;
		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:130px;
		top:130px;
		background-color:#FFF;
		border:2px solid #F18930;
		padding:4px;
		color:#F18930;
		font-size:12px;
		font-family:arial;	
		font-weight: normal;
		text-align: center;
	}
	
	#theImages .imageCaption{
		display:none;
	}