@charset "utf-8";
/* CSS Document */

.imageOnLeft {
	float:left;
	margin:5px 10px 0px 0;
}

.imageOnRight {
	float:right;
	margin:5px 0 0px 10px;
}

.sizedImageLandscapeCenter_AL, .sizedImageLandscapeCenter_AR, .sizedImagePortraitCenter_AL, .sizedImagePortraitCenter_AR,
.sizedImageLandscapeLeft_AL, .sizedImageLandscapeLeft_AR, .sizedImagePortraitLeft_AL, .sizedImagePortraitLeft_AR,
.sizedImageLandscapeRight_AL, .sizedImageLandscapeRight_AR, .sizedImagePortraitRight_AL, .sizedImagePortraitRight_AR {
	overflow:hidden;
	border: 1px solid #C0C0C0;
}

.sizedImageLandscapeCenter_AR, .sizedImagePortraitCenter_AR,
.sizedImageLandscapeLeft_AR, .sizedImagePortraitLeft_AR,
.sizedImageLandscapeRight_AR, .sizedImagePortraitRight_AR {
	float:right;
	margin:5px 0 0px 10px;
}

.sizedImageLandscapeCenter_AL, .sizedImagePortraitCenter_AL,
.sizedImageLandscapeLeft_AL, .sizedImagePortraitLeft_AL,
.sizedImageLandscapeRight_AL, .sizedImagePortraitRight_AL {
	float:left;
	margin:5px 10px 0px 0;
}


.sizedImageLandscapeCenter_AL {
	width:140px;
	height:83px;		
}

.sizedImageLandscapeCenter_AR {
	width:140px;
	height:83px;
}

.sizedImagePortraitCenter_AL {
	width:83px;
	height:140px;
}

.sizedImagePortraitCenter_AR {
	width:83px;
	height:140px;
}

/*----------------------------------------------------------------------------------------*/

.sizedImageLandscapeRight_AL {
	width:84px;
	height:50px;		
}

.sizedImageLandscapeRight_AR {
	width:84px;
	height:50px;	
}

.sizedImagePortraitRight_AL {
	width:50px;
	height:84px;
}

.sizedImagePortraitRight_AR {
	width:50px;
	height:84px;
}