.my_photo_gallery {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	border: 4px solid #FFFFFF;
	padding: 10px;
	background-color: #eeeeee;
}
.my_photo_gallery_repeat {
	display: block;
	width: 100px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
	white-space: normal;
	height: 110px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.my_photo_gallery_repeat img {
	background-color: #CCCCCC;
	border: 1px solid #99CC00;
	text-align: center;
	padding: 2px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.my_photo_gallery ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.my_photo_gallery_repeat li {
	float: left;
}

.my_photo_gallery_clear {
	clear: both;
}
.my_photo_gallery h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
}
.my_photo_gallery_repeat2 {
	display: block;
	width: 100px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
	white-space: normal;
	height: 160px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.my_photo_gallery_repeat2 img {
	background-color: #CCCCCC;
	border: 1px solid #99CC00;
	text-align: center;
	padding: 2px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
}
