/*-----------------------------------------*
 
    THIRD CSS Stylesheet for Tokyo Sinfonia
	
/*---------------------------------------*
**  MAIN CONTAINER
**---------------------------------------*/
div#image_Camera_box {
margin-top: 0px;
}

#photosBarimage  {
Margin: 0px 0px 5px 40px;
}

#photosBarcamera  {
Float: right;
Margin: 0px 50px 20px 0px;
}

#photoContainer1{
	background-color: black;
	width: auto;
	height: 600px;
	background-image: url(../images/photopage/testimage1.jpg);
	background-repeat: no-repeat;
	background-position:50% 50%; 	
	}

#photoContainer2{
	background-color: black;
	width: auto;
	height: 600px;
	background-image: url(../images/photopage/testimage2.jpg);
	background-repeat: no-repeat;
	background-position:50% 50%; 	
	}
 
 #photoContainer3{
	background-color: black;
	width: auto;
	height: 600px;
	background-image: url(../images/photopage/testimage3.jpg);
	background-repeat: no-repeat;
	background-position:50% 50%; 	
	}
	
#photoContainer4{
	background-color: black;
	width: auto;
	height: 600px;
	background-image: url(../images/photopage/testimage4.jpg);
	background-repeat: no-repeat;
	background-position:50% 50%; 	
	}
	
#photoContainer5{
	background-color: black;
	width: auto;
	height: 600px;
	background-image: url(../images/photopage/testimage5.jpg);
	background-repeat: no-repeat;
	background-position:50% 50%; 	
	}
	
#photoContainer6{
	background-color: black;
	width: auto;
	height: 600px;
	background-image: url(../images/photopage/testimage6.jpg);
	background-repeat: no-repeat;
	background-position:50% 50%; 	
	}
	
#photoContainer7{
	background-color: black;
	width: auto;
	height: 600px;
	background-image: url(../images/photopage/testimage7.jpg);
	background-repeat: no-repeat;
	background-position:50% 50%; 	
	}
	
	#photoContainer10{
	background-color: black;
	width: auto;
	height: 600px;
	background-image: url(../images/photopage/testimage2.jpg);
	background-repeat: no-repeat;
	background-position:50% 50%; 	
	}
 
 #photoContainer11{
	background-color: black;
	width: auto;
	height: 600px;
	background-image: url(../images/photopage/testimage3.jpg);
	background-repeat: no-repeat;
	background-position:50% 50%; 	
	}
	
#photoContainer8{
	background-color: black;
	width: auto;
	height: 600px;
	background-image: url(../images/photopage/testimage8.jpg);
	background-repeat: no-repeat;
	background-position:50% 50%; 	
	}
	
#photoContainer9{
	background-color: black;
	width: auto;
	height: 600px;
	background-image: url(../images/photopage/testimage9.jpg);
	background-repeat: no-repeat;
	background-position:50% 50%;
	}
	
 #buttonBackPhotos  {
 	background-color: black;
	width: auto;
	height: 80px;
	background-position:center;
 }

#backButton {
display: block;
margin: 0px 10px 5px 500px;
}

#cameraImage {
Margin-top: 40px;
}

/*---------------------------------------*
** Image Alignment
**---------------------------------------*/

.floatleft {
float: left;
Margin: 3px 8px 3px 0;
}
.floatright {
float:right;
margin:3px 0 3px 8px;
}
.imgcentered{
margin: 3px auto;
display: block;
}

div#kashu {
width: 450px;
border: 1px dotted gray;
padding: 5px 100px 20px 10px;
background-color: #e7facf;
}


