	#modal_container #PhotoGallery {
		width: 552px;
	}
	
	#modal_container #PhotoGallery h3 {
		display: none;
	}
	
	#modal_container #PhotoGallery #Photos {
		/*height: 480px; */
	}
	#modal_container #PhotoGallery #Photos p {
		margin: 10px;
		padding: 10px;
		width: 512px;
		height: 440px;
		border: 1px solid #ccc;
		background-color: #eee;
		background-image: url('/images/icons/silk/LoadingIndicator_large.gif');
		background-position: center;
		background-repeat: no-repeat;
		
		text-align:center;
	}
	
	#modal_container #PhotoGallery #Thmbs {
		height: 100px;
		overflow: auto;
		width: 100%;
		white-space:nowrap;
	}
	
	#modal_container #PhotoGallery #Thmbs a img {
		margin: .5em;
		padding: .5em;
		width:64px;
		height:48px;
		background-color: #eee;
		border:1px solid #ddd;
	}
	
	#modal_container #PhotoGallery #Thmbs a:hover img {
		background-color: #fefefe;
	}
	
	#modal_container #PhotoGallery #Thmbs a:active img {
		background-color: #ffc;
	}
	
	/*
	#PhotoGallery #ThmbScr_Scroller { 
		* modify width and height of scrolling section if necessary	*
		height: 70px;
		overflow: hidden;
		border:1px solid #cccccc;
		background: #fefefe;
	}
	
	* html #PhotoGallery #ThmbScr_Scroller { * IE6- overflow bug hack *
		width: 100%;
		position: relative;
	}
	
	#PhotoGallery #ThmbSld {
		cursor: pointer;
		margin: 5px 0px;
		height: 10px;
		background-color: #fefefe;
		border: 1px solid #ddd;
	}
	#PhotoGallery #ThmbSldHnd {
		cursor:move;
		height: 100%;
		width: 20px;
		background-color: #ccc;
	}
	
	#PhotoGallery #ThmbSldHnd:hover {
		background-color: #aaa;
	}
	
	#PhotoGallery #ThmbScr_Scroller .section {
		* modify width and height of each section as needed (should match the size of the scroller window)	*	
		width:64px;
		height:50px;
		margin: 5px;
		padding: 5px;
		overflow:hidden;
		float:left;
		display:block;
		border: 1px solid #ddd;
		background-color: #eee;
		background-image: url('/images/icons/silk/LoadingIndicator_small.gif');
		background-position: center;
		background-repeat: no-repeat;

		text-align:center;
		}
	#PhotoGallery #ThmbScr_Scroller .section:hover {
		background-color: #fefefe;
	}
	#PhotoGallery #ThmbScr_Scroller .section:active {
		background-color: #ffffcc;
	}
	
	#PhotoGallery #Thmbs {
	white-space:nowrap;
	}
	#PhotoGallery #Thmbs {
		width: 10000px;
		}
		
	*/
