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