	body{
	margin-top:0px;
	border:none;
	margin-left: 0px;
	margin-top: 0px;
	background-image:url(../01_images/back.jpg);
	background-repeat:repeat;
	}
	#dhtmlgoodies_slideshow{
		width:790px;	/* Total width of slideshow */
		background-image:url(../01_images/back.jpg);
		background-repeat:repeat;
		border:none;

	}
	
	
	#previewPane{
		background-image:url(../01_images/back.jpg);
		background-repeat:repeat;
		border:0px solid #47586a;
		margin-bottom:40px;
		text-align:center;
		vertical-align:middle;
		padding-top:10px;

		position:relative;
		
		/* CSS HACK */
		height: 372px;	/* IE 5.x */
		height/* */:/**/360px;	/* Other browsers */
		height: /**/360px;
				
	}
	#previewPane img{
		line-height:400px;
		border:none;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		text-align:center;
		font-family: Trebuchet MS;	/* Font to use */
		font-size:0.9em;
		border:none;
	}
	#galleryContainer{
		background-image:url(../01_images/back.jpg);
		background-repeat:repeat;
		height:200px;	/* Height of the images + 2 */
		border:2px;
		border-color:#CBE9E1;
		position:relative;
		overflow:hidden;
		padding:0px;
		
		/* CSS HACK */
		height: 202px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/200px;	/* Other browsers */
		height: /**/200px;
				
	}
	#arrow_left{
		background-image:url(../01_images/back.jpg);
		background-repeat:repeat;
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #cbe9e1;
		padding:0px;
		top: 0px;
		height:200px;
		width:25px;
	}
	#arrow_right{
	background-image:url(../01_images/back.jpg);
	background-repeat:repeat;
	position:absolute;
	right:-1px;
	z-index:10;
	background-color: #cbe9e1;
	padding:0px;
	top: 0px;
	height:200px;
	width:25px;
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:10px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:300px;
		top:200px;
		background-color:#cbe9e1;
		border:1px thin #ddf1ed;
		padding:4px;
		color:#47586a;
		font-size:0.9em;
		font-family:Trebuchet MS;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
