@charset "utf-8";
/* CSS Document */
#homephotobox {	
	 background:none;
	 width:98%;
	 margin:0px auto;
	 height:200px;
	float:right;

	}
#photobox {	
	 background:none;
	 width:35%;
	 margin:0px auto;
	 height:200px;
	float:right;
	}

#photos {
  	width:100%;
	border: none;
	padding-left:5px;	
	background:none;	 float:center;	
	}
#photos img {
  	display: none;
	width:1000px;
	margin:0px auto;
	}

#photos .show {
  display: inline;
}