
body {
	margin: 0;
	padding: 0;
	text-align: center;
}

#fadeImageBox {
	position: relative; /* To position image */
	top: 60px;
	width: 448px; /* To center image */
	height: 680px; /* To position controlDiv */
	margin-left: auto;
	margin-right: auto;
}

#fadeImageDiv {
	position: absolute;
	background-image: url(../Images/Transitions/picture1.jpg);
	width: 442px;
	height: 620px;
	overflow: hidden; /* Prevents bottom pixel from showing in IE7! */
	border: 3px solid #c9c9cf;
	border-style: outset;
}

#controlDiv {
	position: relative;
	top: 645px;
	font: normal 11px Verdana, sans-serif;
	cursor: pointer;
	width: 140px;
	margin-left: auto;
	margin-right: auto;
}

.displaynone {
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: none;
}

