	body{
		background-image:url('../../images/heading3.gif');
		background-repeat:no-repeat;
		padding-top:100px;
		padding-left:200px
		
		
		
	}
	#dhtmlgoodies_slideshow{
		width:800px;	/* Total width of slideshow */


	}
	#NavTabs{
		position:relative;
		//left:205px;
		//top:70px;
	}
	
#gallery{
	
	width:800px;	/* Total width of slideshow */

		border:1px solid #808080;
		margin-bottom:0px;	
		text-align:right;
		vertical-align:left;
		margin-top: 0px;
		padding-left:00px;
		padding-top:20px;
		padding-bottom: 0px;
        background-color: rgb(255, 255, 255);
		position:relative;
		
		/* CSS HACK */
		height: 500px;	/* IE 5.x */
		height/* */:/**/500px;	/* Other browsers */
		height: /**/500px;
				
	}


	#gallery li{
	vertical-align:left;
	
	margin-bottom:10px;	
		margin-left:0px;	
		text-align:right;
		
		
        background-color: rgb(255, 255, 255);
		
		
		/* CSS HACK */
		height: 500px;	/* IE 5.x */
		height/* */:/**/500px;	/* Other browsers */
		height: /**/500px;
	
	
	
	
	}
	
	
	
	
#previewPane{
	
		border:1px solid #b8b8b8;
		margin-bottom:00px;	
		text-align:center;
		vertical-align:left;
		padding-left:10px;
		padding-top:20px;
        background-color: rgb(255, 255, 255);
		position:relative;
		
		/* CSS HACK */
		height: 500px;	/* IE 5.x */
		height/* */:/**/500px;	/* Other browsers */
		height: /**/500px;
				
	}
	#previewPane img{
		line-height:400px;
		
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		
		text-align:right;
		padding-right:20px;
		
		font-family: Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.7em;
	}
	#largeImageCaption{	/* CSS styling of image caption below large image */
		
		text-align:right;
		padding-right:10px;
		
		font-family: Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.8em;
	}
	
	.blend img {
    opacity: 0;
   -moz-opacity: 0;
   -khtml-opacity:0;
   filter: alpha(opacity=0);
    }

	
	
	
	
	
	
	
	#galleryContainer{
		
		height:52px;	/* Height of the images + 2 */
		border:0px solid #202020;
		
       position:absolute;
		left:350px;
		top:720px;
		
		width:500px;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 52px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/52px;	/* Other browsers */
		height: /**/52px;
				
	}
	
	
	
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #ffffff;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #ffffff;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:50px;
		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:225px;
		top:150px;
		background-color:#202020;
		border:0px double #000;
		padding:4px;
		color:#707070;
		font-size:0.9em;
		font-family: Lucida Sans Unicode, Arial, sans-serif;	
	}
	
	#theImages .imageCaption{
		display:none;
	}