/* PHOTO TOUR PAGES */
	#body .container .rightSection {
		width: 538px;
		float: right;
		background-image: url(../images/photo_tour_bg.jpg);
		background-repeat: no-repeat;
		background-position: top left;
		padding: 15px 0px 24px 0px;
	}
	
	
	#navigation { 
		background-image: url(../images/flash_phototour_bg.jpg);
		background-repeat: no-repeat;
		background-position: left;
	}
		
		#body .container .rightSection .sectionRight {
			float: right;
			padding: 10px 40px 40px 0px;
		}
		
		#body .container .rightSection .sectionRight .body-text .section {
			padding: 0px 0px 0px 30px;
		} 
		
		#body .container .rightSection .sectionRight .body-text .section .content {
			padding: 0px 0px 0px 0px;
		}		
		
		#body .container .rightSection .sectionRight .photoImg {
			padding: 34px 0px 0px 23px;
			float: left;
			width: 468px;
			text-align: center;
		}
		
		#body .container .rightSection .sectionRight .photoImgIndex {
			padding: 34px 0px 0px 23px;
			float: left;
			width: 468px;
			text-align: center;
		}
		
		#body .container .rightSection .sectionRight .photoImg .imgNav,
		#body .container .rightSection .sectionRight .photoImgIndex .imgNav {
			padding: 10px auto 0px auto;
			width: 468px;
			height: 20px;
		}
		
		#body .container .rightSection .sectionRight .photoImg .imgNav form,
		#body .container .rightSection .sectionRight .photoImgIndex .imgNav form {
			padding: 10px 0px 0px 0px;
			margin: 0px;
		}
		
		#body .container .rightSection .sectionRight .imgBorderGap {
			border: 4px solid #ffffff;
		}
		
		#body .container .rightSection .sectionRight .imgBorder{
			border: 1px solid #cccccc;
		}
