@charset "utf-8";
/* CSS Document */


img {
	border:none;
}
img.left {
	float:left;
	margin:0px 20px 10px 0px;
}
img.right {
	float:right;
	margin:0px 0px 10px 20px;
}

#random_photo_thumbs {
	margin-bottom:10px;
	overflow:hidden;
}
#random_photo_thumbs table tr td {
	vertical-align:top;
	padding:5px;
}
#random_photo_thumbs div.img_box {
	margin:auto;
	width:200px;
	height:150px;
	display:inline-block;
	overflow:hidden;
}

#random_photo_thumbs img {
	/*margin:0px 5px;*/
}
