/* set the width of image slideshow */
#imagePropertyContainer {
	height: 300px;
	width: 450px;
	overflow: hidden;
}

#imagePropertyContainer img {
	display:none;
	position:absolute;
	top: 0px; 
	left: 0px;
	margin-left: 0px;
	margin-top: 0px
}
