	#slideshow{
		/*width:100%!important;*/	/* Total width of slideshow */
		width:480px;
		margin:20px 0px 20px 0px;
		/*float:left;*/
	}	
	#previewPane{
		
		margin-bottom:10px;	
		text-align:center;		
		padding:10px;
		position:relative;
		float:left;
	}
	#previewPane img{
		/*line-height:240px;*/
		line-height:360px;
		float:left;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
		
	#galleryContainer{
		text-align:center;
		width: 480px;
		/*height:204px;*/	/* Height of the images + 2 */
		border:1px solid #CCCCCC;
		/*position:relative;*/
		/*overflow:hidden;*/
		padding:1px;		
		/* CSS HACK */
		/*height: 208px;*/	/* IE 5.x - Added 2 pixels for border left and right */		
		/*height: 204px;*/				
	}
	
	
	
	#theImages{
		/*position:absolute;*/
		/*height:100px;*/
		/*left:40px;*/
		/*width:520px;*/
		padding-left:10px;	
		padding-right:10px;
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		/*float:left;*/
		padding:1px;
		/*filter: alpha(opacity=75);*/
		opacity: 0.75;
		cursor:pointer;
		border:0px;
		width: 80px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:300px;
		top:200px;
		background-color:inherit;
		border:0px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
	#watermark_box {position:relative;display:block;}
	img.watermark {position: absolute;top: 0px;left: 0px;}
