@charset "utf-8";
/* CSS Document */

.photobox {
	border: 2px solid #a13727;
	background: url('../Images/if-background.png') no-repeat bottom right;
	width: 480px; 
	margin: auto; 
	overflow: hidden;
	padding: 7px 7px 0 7px;
	}
	
.photobox img {
	border: 1px solid #fff;
	}
	
.photobox .right {
	width: 170px; 
	float: right; 
	}
	
.photobox .right img {
	margin: 4px 0 10px 6px;
	}

