#imageContainer {
	position:relative;
	width:196px;
	height: 357px;
	overflow: hidden;
	background-image: url(../images/photo01.jpg);
	background-repeat: no-repeat;
}

#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}

