	/* Picture-Box with frame */
	.box-right {
		float:right;
		text-align:center;
		font-size:84%;
		width:auto;
		margin: 5px 0px 8px 8px;
		background-color: #ffffff;
		padding: 5px 5px 5px 5px;
		border-top: 1px solid #c0c0c0;
		border-right: 1px solid #c0c0c0;
		border-bottom: 1px solid #c0c0c0;
		border-left: 1px solid #c0c0c0;
	}
	div.box-right img {
		border-top:0;
		border-right:0;
		border-bottom:0;
		border-left:0;
	}	
	.box-left {
		float:left;
		text-align:center;
		white-space:normal; 	
		font-size:84%;
		width:auto;
		margin: 5px 10px 8px 0px;
		background-color: #ffffff;
		padding: 5px 5px 5px 5px;
		border-top: 1px solid #c0c0c0;
		border-right: 1px solid #c0c0c0;
		border-bottom: 1px solid #c0c0c0;
		border-left: 1px solid #c0c0c0;
	}
	div.box-left img {
		border-top:0;
		border-right:0;
		border-bottom:0;
		border-left:0;
	}
	/* Picture-Box without frame */
	.box-rightx {
		float:right;
		text-align:center;
		font-size:84%;
		width:auto;
		margin: 5px 0px 8px 8px;
		background-color: #ffffff;
		padding: 5px 5px 5px 5px;
		border-top:0;
		border-right:0;
		border-bottom:0;
		border-left:0;
	}
	div.box-rightx img {
		border-top:0;
		border-right:0;
		border-bottom:0;
		border-left:0;
	}	
	.box-leftx {
		float:left;
		text-align:center;
		white-space:normal; 	
		font-size:84%;
		width:auto;
		margin: 5px 10px 8px 0px;
		background-color: #ffffff;
		padding: 5px 5px 5px 5px;
		border-top:0;
		border-right:0;
		border-bottom:0;
		border-left:0;
	}
	div.box-leftx img {
		border-top:0;
		border-right:0;
		border-bottom:0;
		border-left:0;
	}
	.box-center {
		float:none;
		text-align:center;
		font-size:84%;
		width:auto;
		margin: 5px 0px 8px 8px;
		background-color: #ffffff;
		padding: 9px 9px 5px 9px;
	}
	.div.box-center img {
		border-top:0;
		border-right:0;
		border-bottom:0;
		border-left:0;
	}
	.box-rightxy {
		float:right;
		text-align:center;
		font-size:84%;
		width:auto;
		margin:0;
		background-color: #ffffff;
		padding:0;
		border-top:0;
		border-right:0;
		border-bottom:0;
		border-left:0;
	}
	div.box-rightxy img {
		border-top:0;
		border-right:0;
		border-bottom:0;
		border-left:0;
	}